summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:53:19 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:53:19 +0000
commit425b775f5d6a75703d3338dab32fd65b51a7d1c9 (patch)
treebea23df81012d9a41fa286e94efb9d35e5331c62 /x11-toolkits/py-gnome/Makefile
parentActivate py-gtk. (diff)
Step two 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 also updates py-gnome from 1.0.3 -> 1.0.4.
Notes
Notes: svn path=/head/; revision=21759
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r--x11-toolkits/py-gnome/Makefile88
1 files changed, 26 insertions, 62 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index b6a5476b308f..65c4849a7725 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: py-gnome
# Version required: 1.0.1
-# Date created: 03/14/1999
+# Date created: 3/14/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
@@ -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
+BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP}
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
+RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP}
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GTK_CONFIG= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-PLIST= ${WRKSRC}/PLIST
+CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
+CONFIGURE_ARGS= --with-python=python1.5 \
+ --with-gnome-config=${X11BASE}/bin/gnome-config
-DOCDIR= share/doc/py-gnome
-DOCFILES= README:py-gnome.README pygtk/README:py-gtk.README \
- pygtk/MAPPING:MAPPING.py-gtk
+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
-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
-
-SORT?= sort
-
-# 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
+.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>