pkgsrc/devel/gnome-build/Makefile
wiz 9b449cdc49 Remove gal dependency. Bump PKGREVISION.
gal is a part of gnome 1, but gnome-build is only used by anjuta, a
gnome 2 application.

Also, only the included documentation still refers to gal, the configure
script doesn't even check for it.
2007-05-20 15:38:42 +00:00

30 lines
938 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/05/20 15:38:42 wiz Exp $
#
DISTNAME= gnome-build-0.1.3
PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-build/0.1/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/devtools/
COMMENT= Project management components for GNOME development
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run intltool msgfmt
PKGCONFIG_OVERRIDE+= gnome-build-1.0.pc.in
REPLACE_PERL+= src/backends/libgbf_am/gbf-am-parse.in
REPLACE_PERL+= src/backends/libgbf_mkfile/gbf-mkfile-parse.in
.include "../../devel/gdl/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/oaf/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"