freebsd-ports/ftp/pftpd/Makefile
Jean-Yves Lefort 4cd3b4e8d1 - Update to 1.0.1
- Add a mirror site, since the primary site is temporarily unreachable
- Remove RESTRICTED, as the license now allows redistribution

PR:		ports/81411
Submitted by:	Johan van Selst <johans@stack.nl>
2005-05-25 07:35:19 +00:00

36 lines
721 B
Makefile

# New ports collection makefile for: vsftpd
# Date created: 17 Mar 2002
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= pftpd
PORTVERSION= 1.0.1
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ \
ftp://ftp.ifm.liu.se/pub/unix/pftpd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= pftpd.1 rpad.1
PLIST_FILES= sbin/pftpd
post-extract:
.for f in ${MAN1}
@${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/doc/${f}
.endfor
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure \
${WRKSRC}/plib/configure
post-install:
@${CAT} ${WRKSRC}/ISSUES
.include <bsd.port.mk>