summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
new file mode 100644
index 00000000000..6c840d43eff
--- /dev/null
+++ b/security/libident/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: libident
+# Version required: 0.21
+# Date created: 9 October 1995
+# Whom: torstenb@FreeBSD.ORG
+#
+# FreeBSD Id: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp
+#
+
+DISTNAME= libident-0.21
+CATEGORIES= devel net security
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
+
+MAINTAINER= torstenb@FreeBSD.ORG
+
+ALL_TARGET= freebsd
+MAN3= ident.3
+
+.include <bsd.port.mk>