059340ceb7
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
25 lines
629 B
Makefile
25 lines
629 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde4-wallpapers-freebsd
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= LOCAL/avilla
|
|
DISTNAME= stripes-freebsd-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FreeBSD wallpapers designed by KDE artwork team
|
|
|
|
USES= tar:bzip2
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/apps/plasma-desktop/init
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/wallpapers
|
|
${INSTALL_DATA} ${FILESDIR}/05-freebsdWallpaper.js \
|
|
${STAGEDIR}${PREFIX}/share/apps/plasma-desktop/init
|
|
cd ${WRKSRC} && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/wallpapers
|
|
|
|
.include <bsd.port.mk>
|