1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-themes/plank-theme-moka/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

29 lines
546 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= plank-theme-moka
PORTVERSION= 20140709
CATEGORIES= x11-themes
MASTER_SITES= http://mokaproject.com/packages/zip/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Moka Plank theme
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= plank:x11-wm/plank
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/plank/themes
cd ${WRKSRC} && \
${COPYTREE_SHARE} Moka \
${STAGEDIR}${PREFIX}/share/plank/themes
.include <bsd.port.mk>