diff options
author | rh <rh> | 2001-10-04 19:20:05 +0000 |
---|---|---|
committer | rh <rh> | 2001-10-04 19:20:05 +0000 |
commit | cac277cde560ea88422503a30b97c221cd415f87 (patch) | |
tree | 1cd42ec1c889c528f2e2459634545e90fb440617 /devel/libglade/Makefile | |
parent | 993ea468a608f90ecd628d6783852321c7111c9e (diff) | |
download | pkgsrc-cac277cde560ea88422503a30b97c221cd415f87.tar.gz |
Update libglade to 0.17 and while at it, buildlinkify. Changes include:
- use gtk_clist_set_column_title to set clist column titles
when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
GladeXML object on widget destruction. This means that
glade_xml_get_widget() should always return a valid widget
or NULL.
- Move headers to a a libglade-1.0/ subdirectory. This is to
allow parallel installation of stable and development
versions of libglade. Libraries depending on libglade will
probably need to be rebuilt so that their *-config scripts
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r-- | devel/libglade/Makefile | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index fabb4d67726..60514b72d69 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,31 +1,31 @@ -# $NetBSD: Makefile,v 1.31 2001/06/11 06:34:28 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/10/04 19:20:05 rh Exp $ # -DISTNAME= libglade-0.16 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} +DISTNAME= libglade-0.17 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.daa.com.au/~james/gnome/ -COMMENT= Runtime interpreter for GLADE gui files +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.daa.com.au/~james/gnome/ +COMMENT= Runtime interpreter for GLADE gui files BUILD_USES_MSGFMT= yes -# do not remove esound pre-requisite -DEPENDS+= esound>=0.2.18:../../audio/esound -DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs -DEPENDS+= libxml>=1.8.5:../../textproc/libxml -USE_LIBINTL= YES -USE_LIBTOOL= YES -USE_X11BASE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES -GNU_CONFIGURE= YES -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib +GNU_CONFIGURE= YES +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -Wl,-R${LOCALBASE}/lib -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig pre-configure: ${RM} ${WRKSRC}/libgladeConf.sh +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../textproc/libxml/buildlink.mk" +.include "../../x11/gnome-libs/buildlink.mk" +.include "../../audio/esound/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |