2a53171e9e
Approved by: portmgr blanket
27 lines
504 B
Makefile
27 lines
504 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqlcipher
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= jsa@FreeBSD.org
|
|
COMMENT= Encrypted sqlite database
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
USES= libtool pathfix tcl:85,build
|
|
|
|
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>
|