5022e7bf74
theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines) and other GNOME packages (such as metacity and gnome-themes). It is useful to simplify PLIST handling in other packages.
31 lines
645 B
Makefile
31 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/12/24 10:05:53 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= theme-dirs-1.0
|
|
CATEGORIES= misc gnome kde
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= # empty
|
|
COMMENT= Shared theme directories
|
|
|
|
NO_BUILD= # defined
|
|
NO_BUILDLINK= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_CHECKSUM= # defined
|
|
NO_EXTRACT= # defined
|
|
USE_DIRS= xdg-1.1
|
|
USE_LANGUAGES= # empty
|
|
USE_PKGINSTALL= yes
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "dirs.mk"
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
_SORTED!= ${ECHO} ${THEME_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
|
|
MAKE_DIRS+= ${_SORTED:S/^/${PREFIX}\//}
|
|
|
|
do-install: # nothing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|