d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
28 lines
881 B
Makefile
28 lines
881 B
Makefile
# $NetBSD: Makefile,v 1.27 2009/07/22 09:01:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-pkgview-1.0.6
|
|
PKGREVISION= 13
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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/gnome-vfs/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|