1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ftp/pftpd/Makefile
2003-02-21 12:06:51 +00:00

27 lines
486 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.42
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
MAINTAINER= gslin@ccca.nctu.edu.tw
COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
NO_CDROM= License problem
NO_PACKAGE= ${NO_CDROM}
MAN1= pftpd.1 rpad.1
post-install:
@${CAT} ${WRKSRC}/ISSUES
.include <bsd.port.mk>