1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-themes/sawfish-themes/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

37 lines
983 B
Makefile

# Created by: Alexey Mikhailov <karma@ez.pereslavl.ru>
# $FreeBSD$
PORTNAME= sawfish-themes
PORTVERSION= 0.13
CATEGORIES= x11-themes
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for Sawfish window manager
LICENSE= GPLv2
RUN_DEPENDS= sawfish:x11-wm/sawfish
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= yes
DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow \
Bubbles_Exact CoolClean Derivative DoubleHeliX Elberg Empire \
FinalStep Greene2.0 Hacksaw HeliX Klarth Microtene \
OrangeJuice SawLook SawthenaForever Strap Studio T-16-blue \
T-16-red T-16-yellow Titanium V absolute-metal bluefoo \
debian gorilla gorillaz mxflat typo
post-extract:
${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/sawfish/themes
cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATA_DIRS}" \
${STAGEDIR}${PREFIX}/share/sawfish/themes
.include <bsd.port.mk>