summaryrefslogtreecommitdiff
path: root/x11/gtk10/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-02-19 14:22:47 +0000
committerrh <rh>1999-02-19 14:22:47 +0000
commitb4794fb6cb9ea5f232dd28c3953449c5c2e794b7 (patch)
tree93bb3c2444655ced0ea2d4fcaa54b16ae9eb543b /x11/gtk10/Makefile
parent1a1c87588734ec09e6be66e2c92e7a07f5f648c8 (diff)
downloadpkgsrc-b4794fb6cb9ea5f232dd28c3953449c5c2e794b7.tar.gz
Separate package, scripts, include, and lib namespaces to allow
co-existence with gtk+-1.1.x
Diffstat (limited to 'x11/gtk10/Makefile')
-rw-r--r--x11/gtk10/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
index 0b99d425036..6b9d714152b 100644
--- a/x11/gtk10/Makefile
+++ b/x11/gtk10/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:56 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/19 14:22:47 rh Exp $
DISTNAME= gtk+-1.0.6
+PKGNAME= gtk10-1.0.6
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ \
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/v1.0/ \
@@ -9,7 +10,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ \
MAINTAINER= bsieker@techfak.uni-bielefeld.de
HOMEPAGE= http://www.gtk.org/
-CONFLICTS= gtk+-1.0.0 gtk+-1.0.4 gtk+-1.1.* glib-1.1.*
+CONFLICTS= gtk+-1.0.*
USE_LIBTOOL= yes
USE_X11BASE= yes
@@ -17,11 +18,12 @@ USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
+CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk10
CFLAGS= -pipe -O2
-INFO_FILES= gdk.info glib.info gtk.info
+INFO_FILES= gdk10.info glib10.info gtk10.info
post-extract:
- cd ${WRKSRC}/docs && rm -f ${INFO_FILES}
+ cd ${WRKSRC}/docs && ${RM} -f ${INFO_FILES}
.include "../../mk/bsd.pkg.mk"