aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/opendchub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r--net-p2p/opendchub/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile
deleted file mode 100644
index e72a0b6c4a95..000000000000
--- a/net-p2p/opendchub/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: opendchub
-# Date created: May 29, 2002
-# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
-#
-# $FreeBSD$
-#
-
-PORTNAME= opendchub
-PORTVERSION= 0.6.6
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@freebsd.org
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-DOC_FILES= COPYING README
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>