freebsd-ports/security/d0_blind_id/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

28 lines
541 B
Makefile

# $FreeBSD$
PORTNAME= d0_blind_id
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security devel
MAINTAINER= freebsd@jonathanprice.org
COMMENT= Crypto library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= divVerent
GH_TAGNAME= ff1ce7e
USES= autoreconf libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl
USE_LDCONFIG= yes
USE_OPENSSL= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0
.include <bsd.port.mk>