2013-02-28 17:45:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libsodium
|
2013-10-24 23:45:04 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2013-02-28 17:45:32 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
|
|
|
|
|
|
|
|
MAINTAINER= csosstudy@gmail.com
|
2013-05-21 13:55:16 +02:00
|
|
|
COMMENT= Library to build higher-level cryptographic tools
|
2013-02-28 17:45:32 +01:00
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2013-10-11 15:43:52 +02:00
|
|
|
USES= pkgconfig
|
2013-02-28 17:45:32 +01:00
|
|
|
|
2013-10-11 15:43:52 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS README.markdown THANKS
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2013-04-27 15:50:42 +02:00
|
|
|
|
2013-02-28 17:45:32 +01:00
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC} && ${MAKE} check
|
|
|
|
|
2013-04-27 15:50:42 +02:00
|
|
|
post-install:
|
2013-10-11 15:43:52 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
|
2013-04-27 15:50:42 +02:00
|
|
|
|
2013-02-28 17:45:32 +01:00
|
|
|
.include <bsd.port.mk>
|