This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
27 lines
869 B
Makefile
27 lines
869 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/09/16 12:20:40 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-pkgview-1.0.6
|
|
PKGREVISION= 8
|
|
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_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GCONF2_SCHEMAS= gnome-pkgview.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|