aboutsummaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-12-12 00:44:48 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-12-12 00:44:48 +0000
commitc38bd5c9424224274e7ea56d0898bf6e722759df (patch)
tree397a530d441480c6fc4c2f1c46113cd842583085 /net/gopher/Makefile
parent45ef4bca9e5f6555cd94be269722e2a035c4361c (diff)
downloadports-c38bd5c9424224274e7ea56d0898bf6e722759df.tar.gz
ports-c38bd5c9424224274e7ea56d0898bf6e722759df.zip
Add gopher dir.
Notes
Notes: svn path=/head/; revision=553
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r--net/gopher/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
new file mode 100644
index 000000000000..5d4024ae67dd
--- /dev/null
+++ b/net/gopher/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: gopher
+# Version required: 2.1
+# Date created: 11 Dec 1994
+# Whom: ats
+#
+# $Id: Makefile,v 1.1.1.1 1994/10/23 01:24:26 torstenb Exp $
+#
+
+DISTNAME= gopher2.1
+MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/
+EXTRACT_SUFX= .tar.Z
+NCFTPFLAGS?= -P -N
+USE_GMAKE= yes
+
+pre-install:
+ mkdir -p ${PREFIX}/bin
+ mkdir -p ${PREFIX}/man/man1
+
+.include <bsd.port.mk>