aboutsummaryrefslogtreecommitdiff
path: root/www/zope-btreefolder2/Makefile
blob: f7e34da19ed4ad388a83c53cbd2c2ce2e1c4b4c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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>