aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gift/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-09-30 16:58:22 +0800
committerdougb <dougb@FreeBSD.org>2011-09-30 16:58:22 +0800
commit8015e2a4fa3496b6f0f3235d513a1733a658fef8 (patch)
treeb46bf4adcf81ff8c1a7236efe99faa3102821d51 /net-p2p/gift/Makefile
parent11a34e7c412963bc9c924e5bc5707a8b5c5ec390 (diff)
downloadfreebsd-ports-gnome-8015e2a4fa3496b6f0f3235d513a1733a658fef8.tar.gz
freebsd-ports-gnome-8015e2a4fa3496b6f0f3235d513a1733a658fef8.tar.zst
freebsd-ports-gnome-8015e2a4fa3496b6f0f3235d513a1733a658fef8.zip
As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
Diffstat (limited to 'net-p2p/gift/Makefile')
-rw-r--r--net-p2p/gift/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile
deleted file mode 100644
index 1826fe9ae490..000000000000
--- a/net-p2p/gift/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: giFT library
-# Date created: Fri Nov 16 02:47:45 BRST 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= giFT
-PORTVERSION= 0.11.8.1
-PORTREVISION= 8
-CATEGORIES= net-p2p
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME:L}-${PORTVERSION}
-
-MAINTAINER= shoesoft@gmx.net
-COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
-
-DEPRECATED= unmaintained upstream for several years
-EXPIRATION_DATE= 2011-09-30
-
-LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
-
-USE_AUTOTOOLS= libltdl libtool
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USE_LDCONFIG= yes
-USE_RC_SUBR= giftd
-
-MAN1= giftd.1
-
-DOC_FILES= AUTHORS COPYING src/ChangeLog \
- INSTALL NEWS QUICKSTART README TODO
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/lib/Makefile.in
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>