summaryrefslogtreecommitdiffstats
path: root/security/xinetd/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-07-10 22:18:38 +0000
committerasami <asami@FreeBSD.org>1996-07-10 22:18:38 +0000
commitaf1b0555df5db1056bb09c3ab2ba5d5568dc747c (patch)
tree97bc978fbfdd7915d456f05d06fcc02c1b136924 /security/xinetd/Makefile
parent4bd5cb8ef6925999d4fbf8c3dabe2e032b0df55d (diff)
downloadFreeBSD-ports-af1b0555df5db1056bb09c3ab2ba5d5568dc747c.zip
FreeBSD-ports-af1b0555df5db1056bb09c3ab2ba5d5568dc747c.tar.gz
X-based inetd replacement for security and management.
Submitted by: markm
Diffstat (limited to 'security/xinetd/Makefile')
-rw-r--r--security/xinetd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
new file mode 100644
index 0000000..4264c51
--- /dev/null
+++ b/security/xinetd/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xinetd
+# Version required: 2.1.7-freebsd.4
+# Date created: 28 June 1996
+# Whom: markm
+#
+# $Id$
+#
+
+DISTNAME= xinetd.2.1.7.4
+CATEGORIES+= security
+MASTER_SITES= ftp://ftp.telebase.com/pub/security/
+DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz
+
+WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4
+
+MAINTAINER= markm@FreeBSD.ORG
+
+do-build:
+ cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB
+
+do-install:
+ cd ${WRKSRC}/xinetd ; make install
+ cd ${WRKSRC}/xinetd ; make install.man
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud