mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: gopher
|
|
# Version required: 2.1
|
|
# Date created: 11 Dec 1994
|
|
# Whom: ats
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/15 05:41:32 asami Exp $
|
|
#
|
|
|
|
DISTNAME= gopher2.1
|
|
PKGNAME= gopher-2.1
|
|
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>
|