1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/security/fastd-devel/Makefile
2018-02-19 03:59:25 +00:00

34 lines
866 B
Makefile

# $FreeBSD$
PORTNAME= fastd
PORTVERSION= 18.a.20151111
PORTREVISION= 5
CATEGORIES= security net
MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/
PKGNAMESUFFIX= -devel
DISTNAME= 999b87b80302dbc14e23ef3dff187b91dae7fab5
MAINTAINER= crest_maintainer@rlwinm.de
COMMENT= Fast and Secure Tunnelling Daemon
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BROKEN= fails to build: cipher_aes128_ctr_nacl.c:36:10: 'crypto_stream_aes128ctr.h' file not found
LIB_DEPENDS= libjson-c.so:devel/json-c \
libsodium.so:security/libsodium \
libuecc.so:security/libuecc
USES= bison cmake:outsource pkgconfig tar
USE_RC_SUBR= fastd_devel
PLIST_FILES= bin/fastd-devel \
man/man1/fastd-devel.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/fastd.1 ${STAGEDIR}${PREFIX}/man/man1/fastd-devel.1
.include <bsd.port.mk>