2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Masafumi NAKANE <max@FreeBSD.org>
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1997-02-12 15:49:28 +00:00
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= delegate
|
2010-07-20 14:06:35 +00:00
|
|
|
PORTVERSION= 9.9.7
|
2001-04-15 06:53:11 +00:00
|
|
|
CATEGORIES= net www
|
2009-02-18 23:22:49 +00:00
|
|
|
MASTER_SITES= http://www.chifeng.name/dist/delegate/
|
2000-06-26 07:57:09 +00:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1997-02-12 15:49:28 +00:00
|
|
|
|
2009-02-18 14:49:28 +00:00
|
|
|
MAINTAINER= chifeng@gmail.com
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= General purpose TCP/IP proxy system
|
2000-06-26 07:57:09 +00:00
|
|
|
|
2000-02-22 07:55:45 +00:00
|
|
|
IS_INTERACTIVE= YES
|
2010-07-20 14:06:35 +00:00
|
|
|
PORTDOCS= HowToDG.html Manual.htm jpconv.htm tutor-jp.htm tutor-en.htm COPYRIGHT
|
2004-02-21 15:13:25 +00:00
|
|
|
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
|
2009-02-18 23:22:49 +00:00
|
|
|
SUB_FILES= pkg-message
|
2009-07-02 12:51:46 +00:00
|
|
|
SUB_LIST= DOCSDIR=${DOCSDIR}
|
2001-10-28 00:10:09 +00:00
|
|
|
|
2007-06-04 13:38:51 +00:00
|
|
|
# Strip breaks binary checksumming
|
|
|
|
STRIP=
|
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2009-02-19 19:23:30 +00:00
|
|
|
post-extract:
|
|
|
|
@cd ${WRKSRC} && ${MV} COPYRIGHT doc/
|
|
|
|
|
1997-02-12 15:49:28 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
|
2004-02-21 15:13:25 +00:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \
|
2004-02-21 15:34:35 +00:00
|
|
|
${PREFIX}/etc/rc.d/delegated.sh-dist
|
1997-02-12 15:49:28 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-02-21 15:13:25 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/$f ${DOCSDIR}
|
2002-05-20 04:13:12 +00:00
|
|
|
.endfor
|
1997-02-12 15:49:28 +00:00
|
|
|
.endif
|
2001-04-15 11:35:31 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-02-12 15:49:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|