Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

27 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= sqlcipher
PORTVERSION= 2.1.1
CATEGORIES= databases
MAINTAINER= jsa@FreeBSD.org
COMMENT= Encrypted sqlite database
LICENSE= BSD
USE_LDCONFIG= yes
USE_TCL_BUILD= 85
USE_GITHUB= yes
USES= pathfix
GH_ACCOUNT= sqlcipher
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= ee2ce3e
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
CPPFLAGS+= -DSQLITE_HAS_CODEC
LDFLAGS+= -lcrypto
CONFLICTS= sqlite3-3.*
.include <bsd.port.mk>