summaryrefslogtreecommitdiff
path: root/security/oidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/oidentd/Makefile')
-rw-r--r--security/oidentd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
new file mode 100644
index 000000000000..14988fa46015
--- /dev/null
+++ b/security/oidentd/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: oidentd
+# Version required: 1.6.4
+# Date created: 29 Mar 2000
+# Whom: trevor@jpj.net
+#
+# $FreeBSD$
+#
+
+DISTNAME= oidentd-1.6.4
+CATEGORIES= security net
+MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/ojnk/ \
+ http://www.numb.org/~odin/stuff/
+
+MAINTAINER= trevor@jpj.net
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400010
+BROKEN= "outdated sys/file.h"
+.endif
+
+.include <bsd.port.post.mk>