summaryrefslogtreecommitdiff
path: root/dns/curvedns
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-07 13:54:23 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-07 13:54:23 +0000
commitf9f95f0c527bdb7919f4a7bbd249fcc3bbd8ea34 (patch)
tree16cef08e75eddc4fbf457dd23d786ae9cc8faa36 /dns/curvedns
parentFix typo in COMMENT (diff)
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target - dns/curvedns: white space fixes
Notes
Notes: svn path=/head/; revision=361088
Diffstat (limited to 'dns/curvedns')
-rw-r--r--dns/curvedns/Makefile36
1 files changed, 17 insertions, 19 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile
index 24f7056639e4..f7748489df6c 100644
--- a/dns/curvedns/Makefile
+++ b/dns/curvedns/Makefile
@@ -1,14 +1,19 @@
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
-PORTNAME= curvedns
-PORTVERSION= 0.88.b
-PORTREVISION= 3
-CATEGORIES= dns
-DISTNAME= curvedns-0.88-unstable
+PORTNAME= curvedns
+PORTVERSION= 0.88.b
+PORTREVISION= 4
+CATEGORIES= dns
+DISTNAME= curvedns-0.88-unstable
MAINTAINER= vsevolod@FreeBSD.org
-COMMENT= Forwarder adding DNSCurve to an authoritative nameserver
+COMMENT= Forwarder adding DNSCurve to an authoritative nameserver
+
+LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \
+ libsodium.so:${PORTSDIR}/security/libsodium
+RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GITHUB= yes
GH_ACCOUNT= vstakhov
@@ -17,22 +22,15 @@ GH_COMMIT= a88e27e
ALL_TARGET= targets
-LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \
- libsodium.so:${PORTSDIR}/security/libsodium
-RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USERS= bind
-GROUPS= bind
-CURVE_UID= 53
-CURVE_GID= 53
-
-SUB_FILES= pkg-message
+USERS= bind
+GROUPS= bind
+CURVE_UID= 53
+CURVE_GID= 53
-.include <bsd.port.pre.mk>
+SUB_FILES= pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/curvedns ${WRKSRC}/curvedns-keygen ${STAGEDIR}${PREFIX}/bin/
@@ -43,4 +41,4 @@ do-install:
${ECHO_CMD} ${CURVE_GID} > ${STAGEDIR}${PREFIX}/etc/curvedns/env/GID
${CHMOD} 0700 ${STAGEDIR}${PREFIX}/etc/curvedns/env
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>