summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gnome2/Makefile')
-rw-r--r--x11-toolkits/py-gnome2/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index 65c4849a7725..afd8b8010442 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -1,29 +1,25 @@
# New ports collection makefile for: py-gnome
-# Version required: 1.0.1
+# Version required: 1.0.50
# Date created: 3/14/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= gnome-python-1.0.4
-PKGNAME= py-gnome-1.0.4
+DISTNAME= gnome-python-1.0.50
+PKGNAME= py-gnome-1.0.50
CATEGORIES= x11-toolkits python gnome
-MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
- ftp://ftp.gimp.org/pub/gtk/python/ \
- ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \
- ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-python
MAINTAINER= nectar@FreeBSD.org
-BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP}
+BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
-RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP}
+RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python
-
-GTK_CONFIG= ${X11BASE}/bin/gtk12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
@@ -32,7 +28,6 @@ CONFIGURE_ARGS= --with-python=python1.5 \
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
-PYGTK_DEP= ${LOCALBASE}/lib/python1.5/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
PLIST_COMPLETE= ${PKGDIR}/PLIST
.if !defined(NOPORTDOCS)