diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-12-12 00:44:48 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-12-12 00:44:48 +0000 |
commit | c38bd5c9424224274e7ea56d0898bf6e722759df (patch) | |
tree | 397a530d441480c6fc4c2f1c46113cd842583085 /net/gopher/Makefile | |
parent | Upgrade... (diff) |
Add gopher dir.
Notes
Notes:
svn path=/head/; revision=553
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r-- | net/gopher/Makefile | 19 |
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> |