summaryrefslogtreecommitdiff
path: root/x11/gtk10/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-08-25 11:00:49 +0000
committeragc <agc@pkgsrc.org>1998-08-25 11:00:49 +0000
commit18107b6578e98a3798b1782ef8c5ce8bb19b61aa (patch)
tree20c912d6ddd7eafc69504cb5e70dc27e401f15a4 /x11/gtk10/Makefile
parentd015ff590f918b51d8bff297efac816d8f424a90 (diff)
downloadpkgsrc-18107b6578e98a3798b1782ef8c5ce8bb19b61aa.tar.gz
Add back the gtk+-1.0.4 package, only this time as gtk10, and CONFLICTS
set accordingly. Some packages which rely on this package require gtk version 1.0, so this package is a temporary one until they are updated.
Diffstat (limited to 'x11/gtk10/Makefile')
-rw-r--r--x11/gtk10/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
new file mode 100644
index 00000000000..c0a900624d9
--- /dev/null
+++ b/x11/gtk10/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1998/08/25 11:00:49 agc Exp $
+
+DISTNAME= gtk+-1.0.4
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
+ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/v1.0/ \
+ ftp://ftp.flirble.org/pub/X/gimp/pub/gtk/v1.0/
+
+MAINTAINER= bsieker@techfak.uni-bielefeld.de
+HOMEPAGE= http://www.gtk.org/
+
+CONFLICTS= gtk+-1.0.0 gtk+-1.1 glib-1.1.2
+
+USE_LIBTOOL= yes
+USE_X11= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+
+CFLAGS= -pipe -O2
+INFO_FILES= gdk.info glib.info gtk.info
+
+.include "../../mk/bsd.pkg.mk"