1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/libsodium/Makefile
Danilo Egea Gondolfo cc067c70f8 - Update from 0.4.3 to 0.4.5
PR:		ports/183243
Submitted by:	csosstudy <csosstudy@gmail.com> (maintainer)
2013-10-24 21:45:04 +00:00

33 lines
659 B
Makefile

# $FreeBSD$
PORTNAME= libsodium
PORTVERSION= 0.4.5
CATEGORIES= security
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
MAINTAINER= csosstudy@gmail.com
COMMENT= Library to build higher-level cryptographic tools
LICENSE= ISCL
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pkgconfig
OPTIONS_DEFINE= DOCS
PORTDOCS= AUTHORS README.markdown THANKS
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
post-build:
cd ${WRKSRC} && ${MAKE} check
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>