pkgsrc/devel/gdl/Makefile
drochner 0fc62a56eb -this needs gtk3 rather than gtk2
-this doesn't need libglade/libgnome/libgnomeui
The former one fixes the build, thus no PKGREV bump.
2013-10-21 18:51:57 +00:00

23 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.48 2013/10/21 18:51:57 drochner Exp $
DISTNAME= gdl-3.10.0
PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdl/3.10/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Gnome Devtool Libraries
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl intltool msgfmt gmake
PKGCONFIG_OVERRIDE+= gdl-3.0.pc.in
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"