freebsd-ports/www/zope-btreefolder2/Makefile
Pav Lucistnik 56508a127c Add zope-btreefolder2, a Zope product that acts like a Zope folder but can store
many more items.

It also includes CMFBTreeFolder if you have CMF installed.

WWW:    http://hathaway.freezope.org/Software/BTreeFolder2

PR:		ports/60973
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-08 00:44:13 +00:00

39 lines
850 B
Makefile

# New ports collection makefile for: zope-btreefolder2
# Date created: 6 Jan 2004
# Whom: Khairil Yusof
#
# $FreeBSD$
#
PORTNAME= btreefolder2
PORTVERSION= 1.0
CATEGORIES= www zope
MASTER_SITES= http://hathaway.freezope.org/Software/BTreeFolder2/
PKGNAMEPREFIX= zope-
DISTNAME= BTreeFolder2-${PORTVERSION}
MAINTAINER= kaeru@inigo-tech.com
COMMENT= Zope product that can store many items
USE_PYTHON= yes
USE_ZOPE= yes
DIST_SUBDIR= zope
WRKSRC= ${WRKDIR}/BTreeFolder2
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/tests
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC}
do-install:
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
@${CHMOD} -R og+rX ${WRKSRC}/
@${CP} -R ${WRKSRC} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>