1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/ftp/pftpd/Makefile
Kevin Lo 799f4c83bf Initial import of pftpd-0.31.
Pftpd is the multithreaded anonymous FTP daemon.

PR: 36012
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2002-03-17 16:08:13 +00:00

24 lines
455 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= 0.31
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
MAINTAINER= gslin@ccca.nctu.edu.tw
GNU_CONFIGURE= yes
NO_CDROM= "License problem"
NO_PACKAGE= "License problem"
post-configure:
@${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile
.include <bsd.port.mk>