dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
29 lines
529 B
Makefile
29 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/12/29 06:21:55 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= theme-dirs-1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc gnome kde
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= # empty
|
|
COMMENT= Shared theme directories
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
NO_CHECKSUM= yes
|
|
NO_EXTRACT= yes
|
|
USE_DIRS= xdg-1.1
|
|
USE_LANGUAGES= # empty
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "dirs.mk"
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
REQD_DIRS+= ${THEME_DIRS:O:S/^/${PREFIX}\//}
|
|
|
|
do-install: # nothing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|