aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftp-proxy/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2012-04-14 04:33:34 +0800
committerrene <rene@FreeBSD.org>2012-04-14 04:33:34 +0800
commita4b937408d5201155a252655989e3a588a2cd6e9 (patch)
treef71ab3c18a583cfdfcc57b4e0103a1e4d2db539f /ftp/ftp-proxy/Makefile
parentc92b6cec33e408002d42d7698ed6d3606a73ecbb (diff)
downloadfreebsd-ports-gnome-a4b937408d5201155a252655989e3a588a2cd6e9.tar.gz
freebsd-ports-gnome-a4b937408d5201155a252655989e3a588a2cd6e9.tar.zst
freebsd-ports-gnome-a4b937408d5201155a252655989e3a588a2cd6e9.zip
Remove expired port:
2012-04-11 ftp/ftp-proxy: is a part of the base system in all supported FreeBSD versions
Diffstat (limited to 'ftp/ftp-proxy/Makefile')
-rw-r--r--ftp/ftp-proxy/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile
deleted file mode 100644
index 1cefd9ae6b60..000000000000
--- a/ftp/ftp-proxy/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: ftp-proxy
-# Date created: 4. March 2007
-# Whom: Christian Ludwig
-#
-# $FreeBSD$
-#
-
-PORTNAME= ftp-proxy
-PORTVERSION= 4.4p1
-PORTREVISION= 2
-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
-
-DEPRECATED= is a part of the base system in all supported FreeBSD versions
-EXPIRATION_DATE= 2012-04-11
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ftp-proxy ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/ftp-proxy.8.gz ${PREFIX}/man/man8
-
-.include <bsd.port.post.mk>