aboutsummaryrefslogtreecommitdiffstats
path: root/security/libident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
new file mode 100644
index 000000000000..38ce63eb3c4a
--- /dev/null
+++ b/security/libident/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: libident
+# Version required: 0.18
+# Date created: 9 October 1995
+# Whom: torstenb@FreeBSD.ORG
+#
+# $Id$
+#
+
+DISTNAME= libident-0.18
+CATEGORIES= development networking security
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
+
+MAINTAINER= torstenb@FreeBSD.ORG
+
+ALL_TARGET= freebsd
+
+post-install:
+ gzip -9nf ${PREFIX}/man/man3/ident.3
+
+.include <bsd.port.mk>