a4a7daf069
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
27 lines
645 B
Makefile
27 lines
645 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wallpapers-freebsd-kde4
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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>
|