1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/gopher/Makefile

26 lines
498 B
Makefile
Raw Normal View History

1994-12-12 00:44:48 +00:00
# New ports collection makefile for: gopher
# Date created: 11 Dec 1994
# Whom: ats (original)
1994-12-12 00:44:48 +00:00
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
1994-12-12 00:44:48 +00:00
#
PORTNAME= gopher
PORTVERSION= 3.0.5
CATEGORIES= net
MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/
1995-04-15 05:42:12 +00:00
MAINTAINER= erwin@lansing.dk
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= gopher.1 gophfilt.1
MAN5= gopherd.conf.5 gopherrc.5
MAN8= gopherd.8 gopherindex.8
pre-patch:
@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,'
1994-12-12 00:44:48 +00:00
.include <bsd.port.mk>