summaryrefslogtreecommitdiff
path: root/x11/egtk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-02-25 17:57:59 +0000
committerjlam <jlam@pkgsrc.org>2000-02-25 17:57:59 +0000
commitf7ba2f2ce51dc6affd9f6f81c1cb9347cad1b552 (patch)
tree47e0b6706c7e4364bf09e9e381a71724f9b8e6e0 /x11/egtk/Makefile
parenteac0ecb79a5132fc2b9c11bc52be8f28ec98ed37 (diff)
downloadpkgsrc-f7ba2f2ce51dc6affd9f6f81c1cb9347cad1b552.tar.gz
Update eGTK to 0.3.4. Changes from 0.3.3:
* December 15th, 1999 - version 0.3.4-1 released. Fixes to get rid of some SE warnings and some cleanup of obsolete classes. * December 10th, 1999 - version 0.3.4 released. Includes number of bugfixes, improvements to GTK_PIXMAP and GTK_WIDGET, and new examples. See CHANGELOG file for details. * October 25th, 1999 - removed all references to EIFFEL_GTK (replaced with EGTK) and renamed the archive file to eGTK-0.3.3-1.tar.gz. * October 15th, 1999 - version 0.3.3-1. Bug fixes in GTK_IDENTIFIED and related C code for 64-bit machines.
Diffstat (limited to 'x11/egtk/Makefile')
-rw-r--r--x11/egtk/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/x11/egtk/Makefile b/x11/egtk/Makefile
index 58de9c6dbdc..d21a351312b 100644
--- a/x11/egtk/Makefile
+++ b/x11/egtk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2000/02/05 15:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2000/02/25 17:57:59 jlam Exp $
#
-DISTNAME= eiffel_gtk_0.3.3
-PKGNAME= egtk-0.3.3
+DISTNAME= eGTK_0.3.4
+PKGNAME= egtk-0.3.4
CATEGORIES= x11
MASTER_SITES= http://www.netlabs.net/hp/richieb/downloads/
@@ -17,14 +17,12 @@ USE_X11= yes
WRKSRC= ${WRKDIR}/eGTK
post-extract:
- ${FIND} ${WRKSRC} -type d -name "CVS" -print | xargs ${RM} -rf
- ${FIND} ${WRKSRC} -type d -name "ise" -print | xargs ${RM} -rf
- ${FIND} ${WRKSRC} -type f -name "*.ace" -print | xargs ${RM} -f
- ${FIND} ${WRKSRC} -type f -name "*.orig" -print | xargs ${RM} -f
- ${FIND} ${WRKSRC} -type f -name "*.rej" -print | xargs ${RM} -f
- ${RMDIR} ${WRKSRC}/lib/gdk/se ${WRKSRC}/examples/toolbar
+ ${FIND} ${WRKSRC} -type d -name "CVS" -print0 | xargs -0 ${RM} -rf
+ ${FIND} ${WRKSRC} -type d -name "ise" -print0 | xargs -0 ${RM} -rf
+ ${FIND} ${WRKSRC} -type f -name "*.ace" -print0 | xargs -0 ${RM} -f
+ ${RMDIR} ${WRKSRC}/examples/toolbar
${RM} ${WRKSRC}/examples/Makefile
- cd ${WRKSRC}/C/se; ${MAKE_PROGRAM} -f Makefile.se clean
+ cd ${WRKSRC}/C/se; ${MAKE_PROGRAM} ${MAKE_FLAGS} -f Makefile.se clean
${MV} ${WRKSRC}/bin/egtkbuild ${WRKSRC}/bin/egtkbuild.in
${MV} ${WRKSRC}/man/egtkbuild.1 ${WRKSRC}/man/egtkbuild.1.in
@@ -43,6 +41,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/egtkbuild ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/man/egtkbuild.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/C/se/eif_gtk.a ${PREFIX}/lib/libegtk_se.a
+
${INSTALL_DATA_DIR} ${PREFIX}/share/egtk
cd ${WRKSRC}/lib; ${PAX} -rw * ${PREFIX}/share/egtk
cd ${WRKSRC}; ${PAX} -rw pixmaps ${PREFIX}/share/egtk
@@ -50,6 +49,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/egtk/se
${INSTALL_DATA} ${WRKSRC}/C/se/cecil.se ${PREFIX}/share/egtk/se
${INSTALL_DATA} ${WRKSRC}/C/se/eif_gtk_se.c ${PREFIX}/share/egtk/se
+
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/egtk
cd ${WRKSRC}/examples; ${PAX} -rw * ${PREFIX}/share/examples/egtk
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/egtk