freebsd-ports/ftp/ftp-proxy/Makefile
Beech Rintoul 17872251c7 - Update to 4.4p1
Update from upstream OpenBSD ported to FreeBSD.
This version reflects the status of the program as of OpenBSD 4.4.

PR:		ports/128246
Submitted by:	Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
2008-10-21 03:14:12 +00:00

41 lines
868 B
Makefile

# New ports collection makefile for: ftp-proxy
# Date created: 4. March 2007
# Whom: Christian Ludwig
#
# $FreeBSD$
#
PORTNAME= ftp-proxy
PORTVERSION= 4.4p1
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/
MAINTAINER= chrissicool@chrissicool.net
COMMENT= A port of OpenBSD's ftp-proxy
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
MAN8= ftp-proxy.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/ftp-proxy
USE_RC_SUBR= ftp-proxy
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 700048
IGNORE= is a part of base for 7.0 and above
.endif
.if ${OSVERSION} < 502106
IGNORE= only for 5.3 and above
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ftp-proxy ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ftp-proxy.8.gz ${PREFIX}/man/man8
.include <bsd.port.post.mk>