freebsd-ports/databases/sqlcipher/Makefile
Dmitry Marakasov e88621fc49 - Add dependency on openssl
- Strip binaries

PR:		201397
Submitted by:	yuri@rawbw.com
Approved by:	jharris@widomaker.com (maintainer)
2015-12-03 12:34:44 +00:00

27 lines
555 B
Makefile

# $FreeBSD$
PORTNAME= sqlcipher
PORTVERSION= 3.2.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= jharris@widomaker.com
COMMENT= Encrypted SQLite database
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_OPENSSL= yes
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
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>