aboutsummaryrefslogtreecommitdiff
path: root/security/identify
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-20 05:10:27 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-20 05:10:27 +0000
commitcb58c726037175d985b4142c5825f4fbe607bf40 (patch)
tree8e91c5be13103e43e8e9b66025dbd9081e87dba7 /security/identify
parentb8ca0e243f59fc73f007accaca30d5f55acef49c (diff)
downloadports-cb58c726037175d985b4142c5825f4fbe607bf40.tar.gz
ports-cb58c726037175d985b4142c5825f4fbe607bf40.zip
Notes
Diffstat (limited to 'security/identify')
-rw-r--r--security/identify/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile
index 8b6e84e5da92..57fb332824e7 100644
--- a/security/identify/Makefile
+++ b/security/identify/Makefile
@@ -1,30 +1,26 @@
-# New ports collection makefile for: identify
-# Date created: 13 March 1999
-# Whom: nsayer@quack.kfu.com
-#
+# Created by: nsayer@quack.kfu.com
# $FreeBSD$
-#
PORTNAME= identify
PORTVERSION= 0.7
CATEGORIES= security
-MASTER_SITES= http://www.scn.rain.com/pub/security/authent/
+MASTER_SITES= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \
+ http://www.scn.rain.com/pub/security/authent/
MAINTAINER= ports@FreeBSD.org
COMMENT= Client side ident protocol daemon wrapper
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
PORTDOCS= README
PLIST_FILES= libexec/identify
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif