pkgsrc/devel/libglade2/Makefile
wiz 80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00

24 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/09/10 16:06:39 wiz Exp $
#
DISTNAME= libglade-2.0.1
PKGNAME= libglade2-2.0.1
PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.1/sources/libglade/}
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://www.daa.com.au/~james/gnome/
COMMENT= Runtime interpreter for GLADE gui files (v2)
BUILD_USES_MSGFMT= YES
USE_BUILDLINK2= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"