diff options
author | tv <tv@pkgsrc.org> | 1998-07-18 23:14:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-18 23:14:27 +0000 |
commit | 7bccc76110c31778d4352e05fd74511038e11b86 (patch) | |
tree | afeefb7a26c3264ad7a5ed8d2ea7ae063d258c9f /x11/gtk/Makefile | |
parent | cf80f4e4fd210256ff2fe620e47931297cef1f98 (diff) | |
download | pkgsrc-7bccc76110c31778d4352e05fd74511038e11b86.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/Makefile | 10 |
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 |