1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/gofish/Makefile
Ying-Chieh Liao 171e6a146a add gofish 0.27
GoFish Gopher Server
2003-04-01 16:50:04 +00:00

28 lines
553 B
Makefile

# ex:ts=8
# Ports collection makefile for: gofish
# Date created: Apr 1, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gofish
PORTVERSION= 0.27
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= GoFish Gopher Server
GOPHERROOT?= ${PREFIX}/gopher
GOPHERUSER?= nobody
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gopherroot=${GOPHERROOT} \
--with-gopheruser=${GOPHERUSER}
MAN1= gmap2cache.1 gofish.1 gopherd.1 mkcache.1
MAN5= dotcache.5 gofish.5
.include <bsd.port.mk>