freebsd-ports/ftp/ftp-proxy/Makefile
Sergey Matveychuk 81b2d25f1c - IGNORE on 7.0. It's already in base.
Submitted by:	mlaier
2007-07-03 14:35:11 +00:00

40 lines
850 B
Makefile

# New ports collection makefile for: ftp-proxy
# Date created: 4. March 2007
# Whom: Christian Ludwig
#
# $FreeBSD$
#
PORTNAME= ftp-proxy
PORTVERSION= 4.1p2
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.3b:${PORTSDIR}/devel/libevent
MAN8= ftp-proxy.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/ftp-proxy
USE_RC_SUBR= ftp-proxy
CFLAGS+= -I${PREFIX}/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>