c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqlcipher
|
|
PORTVERSION= 3.2.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= Encrypted SQLite database
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
USES= libtool pathfix tcl:86,build
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
|
|
CPPFLAGS+= -DSQLITE_HAS_CODEC
|
|
LDFLAGS+= -lcrypto
|
|
|
|
.include <bsd.port.mk>
|