summaryrefslogtreecommitdiff
path: root/net/delegate/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-02-23 18:20:59 +0000
committerrh <rh>1999-02-23 18:20:59 +0000
commitf50b36adfbe4e34e48bd1761a17548a9cc0a90c4 (patch)
treefa8377b770399ce94a13a9466f2e4c94fa2fa91b /net/delegate/Makefile
parentb414adbdc4f6e129d6e142503a953068e12a3ca7 (diff)
downloadpkgsrc-f50b36adfbe4e34e48bd1761a17548a9cc0a90c4.tar.gz
A general purpose TCP/IP proxy system.
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r--net/delegate/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
new file mode 100644
index 00000000000..6e87cb66e6b
--- /dev/null
+++ b/net/delegate/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: DeleGate
+# Version required: 5.7.2
+# Date created: 26 Jan 1997
+# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
+#
+# $Id: Makefile,v 1.1.1.1 1999/02/23 18:20:59 rh Exp $
+#
+
+DISTNAME= delegate5.7.2
+PKGNAME= delegate-5.7.2
+CATEGORIES= net www japanese
+MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/
+
+MAINTAINER= max@FreeBSD.ORG
+
+MAKE_ENV= PATH=$${PATH}:.
+
+.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>