summaryrefslogtreecommitdiff
path: root/x11/gtk--/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-15 09:48:12 +0000
committerjlam <jlam>2000-07-15 09:48:12 +0000
commit76bfd7c6e0140125d0d334db8dba8bda68cff1f4 (patch)
tree803e6b72c3a7b254d7d219953494dba53b1eddf5 /x11/gtk--/Makefile
parentd5f8a84164b8fc572659f14d976bcac350682c3f (diff)
downloadpkgsrc-76bfd7c6e0140125d0d334db8dba8bda68cff1f4.tar.gz
Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, many
fixes and added functionality. Libsigc++ and gnome-- have been split away into separate software packages. Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
Diffstat (limited to 'x11/gtk--/Makefile')
-rw-r--r--x11/gtk--/Makefile36
1 files changed, 20 insertions, 16 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile
index d74b387cba9..c8d1aa49eda 100644
--- a/x11/gtk--/Makefile
+++ b/x11/gtk--/Makefile
@@ -1,30 +1,34 @@
-# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:45 rh Exp $
+# $NetBSD: Makefile,v 1.13 2000/07/15 09:48:12 jlam Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp
#
-DISTNAME= Gtk---1.0.3
-PKGNAME= gtk---1.0.3
-CATEGORIES= x11 devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/releases/gnome-1.0.53/}
+DISTNAME= gtkmm-1.2.1
+PKGNAME= gtk---1.2.1
+CATEGORIES= x11 devel
+MASTER_SITES= http://download.sourceforge.net/gtkmm/ \
+ ${MASTER_SITE_GNOME:=stable/sources/gtkmm/}
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html
+MAINTAINER= bsieker@freenet.de
+HOMEPAGE= http://gtkmm.sourceforge.net/
-DEPENDS+= gnome-libs-*:../../x11/gnome-libs
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gm4:../../devel/m4
+BUILD_DEPENDS+= gm4:../../devel/m4
+DEPENDS+= gtk+>=1.2.7:../../x11/gtk
+DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++
-USE_PKGLIBTOOL= yes
-USE_X11BASE= yes
-USE_GMAKE= yes
+USE_X11BASE= # defined
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= # defined
+USE_GMAKE= # defined
+USE_PERL5= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
-M4= ${LOCALBASE}/bin/gm4
-PLIST_SUBST+= LOCALBASE=${LOCALBASE}
+M4= ${LOCALBASE}/bin/gm4
+PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-install:
${TEST} ${PREFIX} = ${LOCALBASE} || \
${LN} -fs ${PREFIX}/share/aclocal/gtk--.m4 \
- ${LOCALBASE}/share/aclocal/gtk--.m4
+ ${LOCALBASE}/share/aclocal/gtk--.m4
.include "../../mk/bsd.pkg.mk"