summaryrefslogtreecommitdiff
path: root/x11/gtk/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-07-18 23:14:27 +0000
committertv <tv>1998-07-18 23:14:27 +0000
commit02f0c47ed1c8a369770bb7df9c0ff7fc10792f90 (patch)
treeafeefb7a26c3264ad7a5ed8d2ea7ae063d258c9f /x11/gtk/Makefile
parent54a939c51f56da8f59f80236229bf10e5970be55 (diff)
downloadpkgsrc-02f0c47ed1c8a369770bb7df9c0ff7fc10792f90.tar.gz
- Adapt to use pkg version of libtool instead of its own private copy.
- Use INSTALL_{PROGRAM,DATA,SCRIPT} from the pkg system in the makefiles instead of hacking around the INSTALL= breakage in configure. - Change @dirrm share/aclocal to a "try to delete aclocal directory" via @unexec rmdir || true - more than one pkg uses the aclocal dir.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r--x11/gtk/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 47e652ae9dc..e7b78bfa1a4 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/20 23:17:31 tron Exp $
+# $NetBSD: Makefile,v 1.12 1998/07/18 23:14:27 tv Exp $
DISTNAME= gtk+-1.0.4
CATEGORIES= x11
@@ -8,11 +8,17 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
MAINTAINER= bsieker@techfak.uni-bielefeld.de
+BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+
CONFLICTS= gtk+-1.0.0
-GNU_CONFIGURE= yes
USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \
+ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+
CFLAGS= -pipe -O2
INFO_FILES= gdk.info glib.info gtk.info