summaryrefslogtreecommitdiff
path: root/ftp/pftpd/Makefile
blob: a47a70b52aa4a0c758b1361425e4a9bd63e6db34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

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>