freebsd-ports/x11-themes/wallpapers-freebsd-kde4/Makefile
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
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
2018-02-22 19:03:17 +00:00

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>