diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-03 17:36:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-03 17:36:32 +0000 |
commit | 37b1c34b1e214ecbbd74f803396a4f866848795c (patch) | |
tree | 8b2c9a66bcd6c4a9d70be901b154f99aa775453d /x11-toolkits/py-gtk2/Makefile | |
parent | 2a25c285e2ff1c2bd3f5417c49e890d2bb606e84 (diff) | |
download | ports-37b1c34b1e214ecbbd74f803396a4f866848795c.tar.gz ports-37b1c34b1e214ecbbd74f803396a4f866848795c.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 3955f7504649..4b5159f09896 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -6,21 +6,28 @@ # PORTNAME= py-gtk -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-1.4.0 +DISTNAME= gnome-python-1.4.1 MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric +LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric + WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk USE_GMAKE= yes USE_GNOME= yes USE_PYTHON= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHON=${PYTHON_CMD} +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ + --datadir=${PREFIX}/share EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk |