2000-09-18 20:51:22 +02:00
|
|
|
# New ports collection makefile for: KnowledgeKit
|
|
|
|
# Date created: 18 Sep 2000
|
|
|
|
# Whom: Neil Blakey-Milner
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= knowledgekit
|
|
|
|
PORTVERSION= 1.6.7
|
2001-08-16 13:21:01 +02:00
|
|
|
CATEGORIES= www zope
|
2011-08-02 21:22:14 +02:00
|
|
|
MASTER_SITES= http://old.zope.org/Members/Bill/Products/KnowledgeKit/${PORTVERSION}/
|
2000-09-18 20:51:22 +02:00
|
|
|
DISTNAME= KnowledgeKit-${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-03-25 19:42:02 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-04-14 15:51:35 +02:00
|
|
|
COMMENT= A mechanism for the automatic creation/maintenance of Knowledge Bases
|
2000-09-18 20:51:22 +02:00
|
|
|
|
2004-04-06 01:19:34 +02:00
|
|
|
RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
|
2000-09-18 20:51:22 +02:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
PKGMESSAGE= ${WRKDIR}/.MESSAGE
|
|
|
|
|
|
|
|
# You can change this in the environment if you like.
|
|
|
|
SZOPEBASEDIR?= www/Zope
|
|
|
|
|
|
|
|
# Don't change these
|
|
|
|
ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
|
|
|
|
ZOPEPRODUCTNAME= KnowledgeKit
|
|
|
|
ZOPEPRODUCTDIR= lib/python/Products
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/import
|
|
|
|
|
|
|
|
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${CP} ${WRKSRC}/* \
|
|
|
|
${ZOPEBASEDIR}/import
|
2002-11-14 08:56:53 +01:00
|
|
|
@${SED} -e 's#%%PREFIX%%#${PREFIX}#; s#%%VER%%#${PORTVERSION}#' \
|
|
|
|
${FILESDIR}/MESSAGE > ${PKGMESSAGE}
|
2000-09-18 20:51:22 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|