blob: 5d4024ae67dd9bace0c41132cd994df4b02bc7f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|