mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
799f4c83bf
Pftpd is the multithreaded anonymous FTP daemon. PR: 36012 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
24 lines
455 B
Makefile
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>
|