mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
20 lines
402 B
Makefile
20 lines
402 B
Makefile
|
# 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>
|