aboutsummaryrefslogtreecommitdiffstats
path: root/net/gofish/Makefile
blob: b77430c30146a5ca30caba27636e05f8dfc5897d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# Ports collection makefile for:    gofish
# Date created:         Apr 1, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   gofish
PORTVERSION=    0.29
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>