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
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= matchbox-themes-extra-0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://matchbox-project.org/sources/matchbox-themes-extra/0.3/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://matchbox-project.org/
|
|
COMMENT= Collection of themes for Matchbox
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|