summaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r--net/gopher/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
deleted file mode 100644
index 9a5c0e86f309..000000000000
--- a/net/gopher/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: gopher
-# Version required: 2.1.3
-# Date created: 11 Dec 1994
-# Whom: ats
-#
-# $Id: Makefile,v 1.4 1995/04/16 15:37:13 ache Exp $
-#
-
-DISTNAME= gopher2_1_3
-PKGNAME= gopher-2.1.3
-CATEGORIES+= networking
-MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/
-EXTRACT_SUFX= .tar.Z
-
-USE_GMAKE= yes
-
-pre-install:
- mkdir -p ${PREFIX}/bin
- mkdir -p ${PREFIX}/man/man1
-
-.include <bsd.port.mk>