aboutsummaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-22 09:42:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-22 09:42:23 +0000
commite261441e1ee702fa19844a076a3924402c9afd01 (patch)
tree96abbc4c608704f0d8705caa0b2bdda2f02635b1 /security/libident/Makefile
parent59b7a895b7607fa0c1347ac17752f58e618c3235 (diff)
downloadports-e261441e1ee702fa19844a076a3924402c9afd01.tar.gz
ports-e261441e1ee702fa19844a076a3924402c9afd01.zip
Notes
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 820573c9d579..c2a9b9430f96 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -6,14 +6,25 @@
#
PORTNAME= libident
-PORTVERSION= 0.22
+PORTVERSION= 0.31
CATEGORIES= security
-MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/libident/
+MASTER_SITES= http://rdenisc.free.fr/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small library to interface the ident protocol server (rfc1413)
-ALL_TARGET= freebsd
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+
MAN3= ident.3
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>