diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-03 16:07:37 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-03 16:07:37 +0000 |
commit | f76da43a15548a64ecb52f391b4bef75b7681d08 (patch) | |
tree | a65e7b00f2f1960b4902a92afa37c80d52e6d86f /x11-toolkits/py-kiwi/Makefile | |
parent | ce6367c6cacdc86a2a6d57e7cf2ac60bdc338c74 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-kiwi/Makefile')
-rw-r--r-- | x11-toolkits/py-kiwi/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11-toolkits/py-kiwi/Makefile b/x11-toolkits/py-kiwi/Makefile index f15ea4de2fe8..3e69a64bf354 100644 --- a/x11-toolkits/py-kiwi/Makefile +++ b/x11-toolkits/py-kiwi/Makefile @@ -6,9 +6,9 @@ # PORTNAME= kiwi -PORTVERSION= 1.9.11 +PORTVERSION= 1.9.12 CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.async.com.br/projects/${PORTNAME}/download/ \ +MASTER_SITES= http://download.gnome.org/sources/${PORTNAME}/1.9/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +26,8 @@ USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} FIND_DOCSDIR= api howto +FETCH_CMD= /usr/bin/fetch -rRp + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @@ -38,4 +40,10 @@ post-install: cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} ";" .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if defined (WITH_ZOPEINTERFACE) +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/www/py-zopeInterface +.endif + +.include <bsd.port.post.mk> |