aboutsummaryrefslogblamecommitdiff
path: root/net/gofish/Makefile
blob: 750db5c15f5d297eea6b2513d60344fa7cd8e608 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
           

                      
                   
                   
                  
 
                                

                                    

                     
                                     




                                                 
                                  
 


                                                                              
 
                      
# Created by: ijliao
# $FreeBSD$

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>