21 lines
638 B
Makefile
21 lines
638 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2002/10/23 17:17:54 drochner Exp $
|
||
|
|
||
|
DISTNAME= DocumentLibrary-1.0rc1
|
||
|
PKGNAME= zope25-DocumentLibrary-1.0rc1
|
||
|
CATEGORIES= www
|
||
|
MASTER_SITES= http://www.zope.org/Members/Kaivo/DocumentLibrary/
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= packages@netbsd.org
|
||
|
HOMEPAGE= http://www.zope.org/Members/Kaivo/DocumentLibrary
|
||
|
COMMENT= searchable and browsable document libraries
|
||
|
|
||
|
DEPENDS+= zope25-BTreeFolder-*:../../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"
|