pkgsrc-wip/glade2-nognome/Makefile
David Brownlee 85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00

29 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/08/11 10:08:22 absd Exp $
# $Id: Makefile,v 1.8 2005/08/11 10:08:22 absd Exp $
#
DISTNAME= glade-2.0.1
PKGNAME= ${DISTNAME:S/-/2-nognome-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://glade.gnome.org/
COMMENT= User interface builder for the GTK2+ toolkit and GNOME2
BUILD_USES_MSGFMT= YES
CONFLICTS+= glade-*
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
.include "../../devel/pkg-config/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"