blob: 695abdf0a7d8b78c0489a10e95cf248d58a6daf0 (
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
|
# 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
MASTER_SITES= http://www.zope.org/Members/Bill/Products/KnowledgeKit/
DISTNAME= KnowledgeKit-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A mechanism for the automatic creation and 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>
|