ports/security/libsodium/Makefile

31 lines
674 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= library for network communications and cryptography
2023-09-17 04:05:06 +00:00
DISTNAME= libsodium-1.0.19
2023-08-16 22:26:55 +00:00
2023-09-17 04:05:06 +00:00
SHARED_LIBS += sodium 10.1 # 27.0
2023-08-16 22:26:55 +00:00
CATEGORIES= security net
HOMEPAGE= https://github.com/jedisct1/libsodium
# ISC
PERMIT_PACKAGE= Yes
WANTLIB += pthread
2023-09-28 02:05:49 +00:00
SITES= https://download.libsodium.org/libsodium/releases/ \
2023-08-16 22:26:55 +00:00
https://download.libsodium.org/libsodium/releases/old/
SEPARATE_BUILD= Yes
2023-09-17 04:05:06 +00:00
WRKSRC= ${WRKDIR}/libsodium-stable
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= gnu
2023-08-22 05:23:54 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
2023-08-16 22:26:55 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libsodium
${INSTALL_DATA} ${WRKSRC}/README.markdown ${PREFIX}/share/doc/libsodium/
.include <bsd.port.mk>