freebsd-ports/net/gopher/Makefile

31 lines
681 B
Makefile
Raw Normal View History

1994-12-12 01:44:48 +01:00
# New ports collection makefile for: gopher
# Date created: 11 Dec 1994
# Whom: ats (original)
1994-12-12 01:44:48 +01:00
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1994-12-12 01:44:48 +01:00
#
PORTNAME= gopher
2003-08-27 16:38:58 +02:00
PORTVERSION= 3.0.6
CATEGORIES= net
MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \
2003-08-27 16:38:58 +02:00
http://dl.droso.net/FreeBSD/distfiles/
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
WRKSRC= ${WRKDIR}/${PORTNAME}
1995-04-15 07:42:12 +02:00
2003-06-12 18:41:16 +02:00
MAINTAINER= erwin@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Client and server for access to a distributed document service
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= gopher.1 gophfilt.1
2003-08-27 16:38:58 +02:00
MAN5= gopherrc.5
pre-patch:
@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
's,<malloc.h>,<stdlib.h>,'
1994-12-12 01:44:48 +01:00
.include <bsd.port.mk>