summaryrefslogtreecommitdiff
path: root/net-p2p/gift-gnutella/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gift-gnutella/Makefile')
-rw-r--r--net-p2p/gift-gnutella/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/gift-gnutella/Makefile b/net-p2p/gift-gnutella/Makefile
deleted file mode 100644
index 4dbe131e65eb..000000000000
--- a/net-p2p/gift-gnutella/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: giFT-gnutella
-# Date created: 2003-09-04
-# Whom: Stefan Ehmann <shoesoft@gmx.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= giFT-gnutella
-PORTVERSION= 0.0.9.2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gift
-DISTNAME= ${PORTNAME:L}-${PORTVERSION}
-
-MAINTAINER= shoesoft@gmx.net
-COMMENT= A gnutella plugin for giFT
-
-LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-
-DOC_FILES= AUTHORS COPYING ChangeLog \
- INSTALL NEWS README TODO
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>