summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:48:50 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:48:50 +0000
commit1841cbaca498eac40021e6b6115843e6f8700f7b (patch)
tree1691c64576aa2e9088c493007b5639af7b80d4b7 /x11-toolkits/py-gtk/Makefile
parent- bump shared library version number for ucd-snmp from 3 to 4. (diff)
Step one of splitting py-gnome into py-gtk and py-gnome so that folks
may use the Python GTK bindings without all the GNOME cruft. This is py-gtk-0.6.2, built from sources in the py-gnome-1.0.4 distfile.
Notes
Notes: svn path=/head/; revision=21757
Diffstat (limited to 'x11-toolkits/py-gtk/Makefile')
-rw-r--r--x11-toolkits/py-gtk/Makefile98
1 files changed, 31 insertions, 67 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile
index b6a5476b308f..ebe2f494d2a7 100644
--- a/x11-toolkits/py-gtk/Makefile
+++ b/x11-toolkits/py-gtk/Makefile
@@ -1,14 +1,14 @@
-# New ports collection makefile for: py-gnome
-# Version required: 1.0.1
-# Date created: 03/14/1999
+# New ports collection makefile for: py-gtk
+# Version required: 0.6.2
+# Date created: 09/14/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= gnome-python-1.0.4
-PKGNAME= py-gnome-1.0.4
-CATEGORIES= x11-toolkits python gnome
+PKGNAME= py-gtk-0.6.2
+CATEGORIES= x11-toolkits python
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/ \
@@ -17,74 +17,38 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
MAINTAINER= nectar@FreeBSD.org
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-LIB_DEPENDS= capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ Imlib.4:${PORTSDIR}/graphics/imlib
+RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python
+GTK_CONFIG= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-PLIST= ${WRKSRC}/PLIST
-
-DOCDIR= share/doc/py-gnome
-DOCFILES= README:py-gnome.README pygtk/README:py-gtk.README \
- pygtk/MAPPING:MAPPING.py-gtk
-
-EGDIR= share/examples/py-gnome
-EGSUBDIRS= gnome gtk gtk/glade gtk/ide gtk/imlib gtk/neil \
- gtk/simple gtk/testgtk
-EGGNOME= canvas.py fifteen.py html_demo.py stock_demo.py \
- ted_demo.py uiinfo_demo.py zterm.py
-EGGTK= glade/README glade/test2.glade glade/glade.py \
- glade/test.glade ide/gtkcons.py ide/gtkdb.py \
- ide/edit.py ide/browse.py ide/minibreak.xpm ide/README \
- ide/gtkprof.py ide/pyide.py ide/break.xpm \
- ide/return.xpm ide/next.xpm ide/continue.xpm \
- ide/step.xpm ide/edit.xpm ide/run.xpm ide/quit.xpm \
- imlib/view.py neil/TAppli.py neil/TAppli2.py \
- neil/TAppli3.py neil/TAppli4.py neil/TAppli5.py \
- neil/bomb.xpm neil/gtk-logo.xpm neil/question.xpm \
- neil/notebook.py neil/README simple/hello1.py \
- simple/hello2.py simple/simple1.py simple/simple2.py \
- simple/tooltip1.py simple/tooltip2.py \
- simple/scribble.py simple/dnd.py simple/dndpixmap.py \
- simple/README testgtk/testgtk.py testgtk/test.xpm \
- testgtk/testgtkrc testgtk/README
+CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
+CONFIGURE_ARGS= --with-python=python1.5
+PLIST_COMPLETE= ${PKGDIR}/PLIST
-SORT?= sort
+WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk
+EG_SRC_DIR= ${WRKSRC}/examples
+EG_DST_DIR= ${PREFIX}/share/examples/py-gtk
-# Examples and docs are added to the packing list on the fly.
-pre-install:
- @${CP} ${PKGDIR}/PLIST ${PLIST}
- @${CP} /dev/null ${PLIST}.dirrm
-.for d in ${EGSUBDIRS}
- @${MKDIR} ${PREFIX}/${EGDIR}/${d}
- @${ECHO} @dirrm ${EGDIR}/${d} >> ${PLIST}.dirrm
-.endfor
- @${ECHO} @dirrm ${EGDIR} >> ${PLIST}.dirrm
-.for f in ${EGGNOME}
- ${INSTALL_DATA} ${WRKSRC}/pygnome/examples/${f} \
- ${PREFIX}/${EGDIR}/gnome/${f}
- @${ECHO} ${EGDIR}/gnome/${f} >> ${PLIST}
-.endfor
-.for f in ${EGGTK}
- ${INSTALL_DATA} ${WRKSRC}/pygtk/examples/${f} \
- ${PREFIX}/${EGDIR}/gtk/${f}
- @${ECHO} ${EGDIR}/gtk/${f} >> ${PLIST}
-.endfor
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/${DOCDIR}
- @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm
- @for i in ${DOCFILES}; do \
- src=`${ECHO} $$i | ${AWK} -F: '{ print $$1 }'`; \
- dst=`${ECHO} $$i | ${AWK} -F: '{ print $$2 }'`; \
- ${INSTALL_DATA} ${WRKSRC}/$$src \
- ${PREFIX}/${DOCDIR}/$$dst && \
- ${ECHO} ${DOCDIR}/$$dst >> ${PLIST}; \
- done
+PLIST= ${PLIST_COMPLETE}
+post-install:
+ ${MKDIR} ${EG_DST_DIR}
+ ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf -
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
+ find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555
+ find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444
+ ${MKDIR} ${PREFIX}/share/doc/py-gtk
+ ${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk
+.else
+PLIST= ${WRKDIR}/PLIST.nodocs
+pre-install:
+ ${RM} -f ${PLIST}
+ ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \
+ ${PLIST_COMPLETE} > ${PLIST}
.endif
- @${SORT} -r ${PLIST}.dirrm >> ${PLIST}
.include <bsd.port.mk>