summaryrefslogtreecommitdiff
path: root/www/zope25-DocumentLibrary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope25-DocumentLibrary/Makefile')
-rw-r--r--www/zope25-DocumentLibrary/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/zope25-DocumentLibrary/Makefile b/www/zope25-DocumentLibrary/Makefile
deleted file mode 100644
index 6ef2c514dfd..00000000000
--- a/www/zope25-DocumentLibrary/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/06/02 01:15:56 jschauma Exp $
-
-DISTNAME= DocumentLibrary-1.0rc1
-PKGREVISION= 1
-PKGNAME= zope25-DocumentLibrary-1.0rc1
-CATEGORIES= www
-MASTER_SITES= http://www.zope.org/Members/Kaivo/DocumentLibrary/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://www.zope.org/Members/Kaivo/DocumentLibrary
-COMMENT= searchable and browsable document libraries
-
-DEPENDS+= zope25-BTreeFolder-[0-9]*:../../www/zope25-BTreeFolder
-ZOPE_COPYPRODUCT= zope-std-copyproduct-short
-
-post-extract:
- ${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -rf {} \;
-
-.include "../../www/zope25/product.mk"
-.include "../../mk/bsd.pkg.mk"