2018-02-09 21:39:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= slim-freebsd-black-theme
|
2018-10-13 23:31:21 +02:00
|
|
|
DISTVERSION= 1.2
|
2018-10-15 07:30:04 +02:00
|
|
|
PORTREVISION= 1
|
2018-02-09 21:39:17 +01:00
|
|
|
CATEGORIES= x11-themes
|
2018-10-13 23:31:21 +02:00
|
|
|
MASTER_SITES= https://bitbucket.org/rigoletto-freebsd/slim-freebsd-black-theme/get/
|
2018-02-09 21:39:17 +01:00
|
|
|
|
2018-10-13 23:31:21 +02:00
|
|
|
MAINTAINER= rigoletto@FreeBSD.org
|
2018-02-09 21:39:17 +01:00
|
|
|
COMMENT= Simple FreeBSD SLiM theme inspired on the FreeBSD SLiM theme
|
|
|
|
|
2018-10-13 23:31:21 +02:00
|
|
|
LICENSE= CC-BY-4.0
|
2018-02-09 21:39:17 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat
|
|
|
|
|
2018-10-13 23:31:21 +02:00
|
|
|
NO_ARCH= yes
|
2018-02-09 21:39:17 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2018-10-13 23:31:21 +02:00
|
|
|
WRKSRC= ${WRKDIR}/rigoletto-freebsd-${PORTNAME}-d8bc075cbd32
|
|
|
|
PORTDOCS= AUTHORS TRADEMARKS
|
2018-02-09 21:39:17 +01:00
|
|
|
SUB_FILES= pkg-message
|
2018-10-13 23:31:21 +02:00
|
|
|
|
|
|
|
PLIST_FILES= share/slim/themes/slim-freebsd-black-theme/background.png \
|
|
|
|
share/slim/themes/slim-freebsd-black-theme/panel.png \
|
|
|
|
share/slim/themes/slim-freebsd-black-theme/preview.png \
|
|
|
|
share/slim/themes/slim-freebsd-black-theme/slim.theme
|
2018-02-09 21:39:17 +01:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-10-13 23:31:21 +02:00
|
|
|
THEMEDIR_REL= share/slim/themes/slim-freebsd-black-theme
|
|
|
|
THEMEDIR= ${PREFIX}/${THEMEDIR_REL}
|
|
|
|
|
2018-02-09 21:39:17 +01:00
|
|
|
do-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${THEMEDIR}
|
2018-10-13 23:31:21 +02:00
|
|
|
(cd ${WRKSRC}/src && \
|
|
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR})
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
2018-02-09 21:39:17 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2018-10-13 23:31:21 +02:00
|
|
|
(cd ${WRKSRC}/doc && \
|
2018-02-09 21:39:17 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|