mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
03fa6ec731
Submitted by: kris via bento Approved by: fjoe (mentor) (implicit)
34 lines
636 B
Makefile
34 lines
636 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
|
|
USE_REINPLACE= yes
|
|
|
|
RESTRICTED= License problem
|
|
|
|
MAN1= pftpd.1 rpad.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/configure \
|
|
${WRKSRC}/plib/configure
|
|
|
|
post-install:
|
|
@${CAT} ${WRKSRC}/ISSUES
|
|
|
|
.include <bsd.port.post.mk>
|