aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gift/Makefile')
-rw-r--r--net-p2p/gift/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile
deleted file mode 100644
index dff24b7d3782..000000000000
--- a/net-p2p/gift/Makefile
+++ /dev/null
@@ -1,31 +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.9.7
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:L}
-
-MAINTAINER= lioux@FreeBSD.org
-
-BROKEN= 'Does not currently work'
-
-GNU_CONFIGURE= yes
-
-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>