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
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:28 wiz Exp $
|
|
|
|
DISTNAME= gnome-games-extra-data-2.26.0
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games-extra-data/2.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME2 games collection - extra data files
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
DEPENDS+= gnome-games>=2.24.0:../../games/gnome-games
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|