head	1.3;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.04.01.23.26.49;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2004.03.25.18.42.02;	author nbm;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.26.10.15.41;	author daichi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove www/zope-cmf13, the reasons for it's existence disappeared.
Point users to latest version in www/zope-cmf.
@
text
@# New ports collection makefile for: Zope-PTK
# Date created:		18 Sep 2000
# Whom:			Neil Blakey-Milner
#
# $FreeBSD: ports/www/zope-cmf13/Makefile,v 1.2 2004/03/25 18:42:02 nbm Exp $
#

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

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The Zope Content Management Framework (CMF)

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope
CONFLICTS= zope-cmf-*

NO_LATEST_LINK=	yes

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

do-install:
	@@${CHMOD} -R og+rX ${WRKSRC}/
	@@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
.for cmfdir in CMFCalendar CMFCore CMFDefault CMFTopic
	@@${CP} -R ${WRKSRC}/${cmfdir} \
		${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
.endfor

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

.include <bsd.port.mk>
@


1.2
log
@Drop maintainership.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add zope-cmf13 1.3.2, the Zope Content Management Framework (CMF).

PR:		57164
Submitted by:	Neil Blakey-Milner
@
text
@d14 1
a14 1
MAINTAINER=	nbm@@FreeBSD.org
d21 2
@

