2001-09-16 12:18:47 -04:00
|
|
|
# New ports collection makefile for: twoftpd
|
|
|
|
# Date created: 14 September 2001
|
|
|
|
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twoftpd
|
2002-05-20 23:33:11 -04:00
|
|
|
PORTVERSION= 1.15
|
2001-09-16 12:18:47 -04:00
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTER_SITES= http://untroubled.org/twoftpd/
|
|
|
|
|
|
|
|
MAINTAINER= gslin@ccca.nctu.edu.tw
|
|
|
|
|
2002-05-20 23:33:11 -04:00
|
|
|
MAN1= twoftpd-auth.1 twoftpd-xfer.1
|
|
|
|
|
2001-09-16 12:18:47 -04:00
|
|
|
BIN= twoftpd-anon twoftpd-anon-conf twoftpd-auth twoftpd-conf twoftpd-xfer
|
|
|
|
|
|
|
|
do-install:
|
2002-05-20 23:33:11 -04:00
|
|
|
.for FILE in ${MAN1}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${FILE} ${PREFIX}/man/man1
|
|
|
|
.endfor
|
2001-09-16 12:18:47 -04:00
|
|
|
.for FILE in ${BIN}
|
2002-05-20 23:33:11 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/sbin
|
2001-09-16 12:18:47 -04:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|