a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
27 lines
905 B
Makefile
27 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.52 2013/06/04 22:17:05 tron Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-pkgview-1.0.6
|
|
PKGREVISION= 37
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.greatnorthern.demon.co.uk/gnome-pkgview.html
|
|
COMMENT= Displays the version of GNOME components installed
|
|
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GCONF_SCHEMAS= gnome-pkgview.schemas
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|