summaryrefslogtreecommitdiff
path: root/net/delegate/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-02-12 15:49:28 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-02-12 15:49:28 +0000
commit9b85add6f8a4356497aac4003db7ae97dcfb46a0 (patch)
treeae226dace50b8b1ae6c302a7ac681d26b2f3269c /net/delegate/Makefile
parentChange $FreeBSD$ back to $Id$. I'm sorry, but it's been too long and (diff)
New port, DeleGate:
General purpose TCP/IP proxy system
Notes
Notes: svn path=/head/; revision=5585
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r--net/delegate/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
new file mode 100644
index 000000000000..019ebb6fa666
--- /dev/null
+++ b/net/delegate/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: DeleGate
+# Version required: 4.0.4
+# Date created: 26 Jan 1997
+# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= delegate4.0.4
+PKGNAME= delegate-4.0.4
+CATEGORIES= net www japanese
+MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/
+
+MAINTAINER= max@FreeBSD.ORG
+
+.if defined(BATCH)
+pre-build:
+ @echo "MANAGER=root@localhost" >> ${WRKSRC}/DELEGATE_CONF
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
+ @${MKDIR} ${PREFIX}/share/examples/delegate
+ ${INSTALL_DATA} ${FILESDIR}/delegated.sh \
+ ${PREFIX}/share/examples/delegate
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/delegate
+ ${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \
+ ${PREFIX}/share/doc/delegate
+.endif
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>