freebsd-ports/ftp/pftpd/Makefile
Stefan Eßer a0b60b9df2 Remove -fcommon and deprecation notice
The port has been fixed to build with -fno-common
2020-09-01 12:25:13 +00:00

26 lines
584 B
Makefile

# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
# $FreeBSD$
PORTNAME= pftpd
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ifm.liu.se/pub/unix/pftpd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= sbin/pftpd \
man/man1/pftpd.1.gz \
man/man1/rpad.1.gz
do-install:
(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin)
(cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1)
@${CAT} ${WRKSRC}/ISSUES
.include <bsd.port.mk>