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
18 lines
472 B
Makefile
18 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:20 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= sound-theme-freedesktop-0.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
|
|
COMMENT= Set of audio files for FreeDesktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|