1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/gofish/Makefile
2021-04-06 16:31:07 +02:00

26 lines
512 B
Makefile

# Created by: ijliao
PORTNAME= gofish
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= kaiw27@gmail.com
COMMENT= GoFish Gopher Server
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
GOPHERROOT?= ${PREFIX}/gopher
GOPHERUSER?= nobody
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gopherroot=${GOPHERROOT} \
--with-gopheruser=${GOPHERUSER}
MAKE_ENV= localstatedir=/var
post-patch:
${REINPLACE_CMD} -e '/$$(sysconfdir)\/gofish/s|.conf|.conf.sample|3' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>