pkgsrc/graphics/gnome-backgrounds/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
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
2009-07-22 09:01:16 +00:00

22 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gnome-backgrounds-2.24.1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-backgrounds/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Set of background images for the GNOME Desktop
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= gmake intltool msgfmt
USE_LANGUAGES= c
USE_PKGLOCALEDIR= YES
BUILDLINK_DEPMETHOD.gettext= build
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"