aboutsummaryrefslogtreecommitdiffstats
path: root/www/zope-cmf/Makefile
blob: 227b4b681d4e0c6e8bd48259161dee7f93cd3d48 (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
40
41
42
43
44
45
46
# New ports collection makefile for: Zope-PTK
# Date created:     18 Sep 2000
# Whom:         Neil Blakey-Milner
#
# $FreeBSD$
#

PORTNAME=   zope-cmf
PORTVERSION=    1.1
CATEGORIES= www zope
MASTER_SITES=   http://cmf.zope.org/download/CMF-${PORTVERSION}/
DISTNAME=   CMF-${PORTVERSION}

MAINTAINER= nbm@FreeBSD.org

RUN_DEPENDS=    ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope

USE_PYTHON= yes
DIST_SUBDIR=    zope

# You can change this in the environment if you like.
SZOPEBASEDIR?=      www/Zope

# Don't change these
ZOPEBASEDIR=        ${PREFIX}/${SZOPEBASEDIR}
ZOPEPRODUCTNAME=
ZOPEPRODUCTDIR=     lib/python/Products

PLIST_SUB=  ZOPEBASEDIR=${SZOPEBASEDIR}

do-build:
    @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/CMF*

do-install:
    @${CHMOD} -R og+rX ${WRKSRC}/
.for cmfdir in Calendar Core Default Topic
    @${CP} -R ${WRKSRC}/CMF${cmfdir} \
        ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
.endfor

post-install:
.if !defined(BATCH)
    @${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>