aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2012-06-08 23:52:13 +0800
committerarved <arved@FreeBSD.org>2012-06-08 23:52:13 +0800
commit65be5232674d360306391e6ddf887c35be241d27 (patch)
tree0d67fd87b083c9d1c0ce26ebca20ce02199e598b
parentaae24f334e7b66f05791a403d0c5ae20c3d3c94a (diff)
downloadfreebsd-ports-gnome-65be5232674d360306391e6ddf887c35be241d27.tar.gz
freebsd-ports-gnome-65be5232674d360306391e6ddf887c35be241d27.tar.zst
freebsd-ports-gnome-65be5232674d360306391e6ddf887c35be241d27.zip
Convert to optionsNG
grab maintainership
-rw-r--r--net/ssldump/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile
index 154a359d4cfa..2986cb422daf 100644
--- a/net/ssldump/Makefile
+++ b/net/ssldump/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 4
CATEGORIES= net security
MASTER_SITES= http://www.rtfm.com/ssldump/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= arved@FreeBSD.org
COMMENT= SSLv3/TLS network protocol analyzer
USE_OPENSSL= yes
@@ -20,15 +20,16 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \
--sbindir=${PREFIX}/bin
-OPTIONS= AES "Enable AES support from CVS (EXPERIMENTAL)" off
+OPTIONS_DEFINE= AES
+AES_DESC= Enable AES support from CVS (EXPERIMENTAL)
MAN1= ssldump.1
PLIST_FILES= bin/ssldump
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_AES)
+.if ${PORT_OPTIONS:MAES}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aes
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>