freebsd-ports/www/knowledgekit/Makefile

43 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: KnowledgeKit
# Date created: 18 Sep 2000
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= knowledgekit
PORTVERSION= 1.6.7
CATEGORIES= www zope
2011-08-02 21:22:14 +02:00
MASTER_SITES= http://old.zope.org/Members/Bill/Products/KnowledgeKit/${PORTVERSION}/
DISTNAME= KnowledgeKit-${PORTVERSION}
EXTRACT_SUFX= .tgz
2004-03-25 19:42:02 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A mechanism for the automatic creation/maintenance of Knowledge Bases
RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
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
@${SED} -e 's#%%PREFIX%%#${PREFIX}#; s#%%VER%%#${PORTVERSION}#' \
${FILESDIR}/MESSAGE > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>