summaryrefslogtreecommitdiff
path: root/x11-themes/slim-freebsd-black-theme/Makefile
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2018-02-09 20:39:17 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2018-02-09 20:39:17 +0000
commit0a8d8f64d8b907b845eaf82962d7a366fc18822f (patch)
tree617d3c8273f1e1c6885378cae5301ffde74552ec /x11-themes/slim-freebsd-black-theme/Makefile
parent- Update net/unison to 2.48.15 [1] (diff)
Simple FreeBSD SLiM theme inspired on the FreeBSD SLiM theme.
Theme created to make available one using the official FreeBSD logo and font. WWW: https://github.com/lebarondemerde/slim-freebsd-black-theme Submitted by: lbdm@privacychain.ch Differential Revision: https://reviews.freebsd.org/D14002
Notes
Notes: svn path=/head/; revision=461339
Diffstat (limited to 'x11-themes/slim-freebsd-black-theme/Makefile')
-rw-r--r--x11-themes/slim-freebsd-black-theme/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/slim-freebsd-black-theme/Makefile b/x11-themes/slim-freebsd-black-theme/Makefile
new file mode 100644
index 000000000000..5598dcd1080b
--- /dev/null
+++ b/x11-themes/slim-freebsd-black-theme/Makefile
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME= slim-freebsd-black-theme
+DISTVERSION= 1.0
+CATEGORIES= x11-themes
+
+MAINTAINER= lbdm@privacychain.ch
+COMMENT= Simple FreeBSD SLiM theme inspired on the FreeBSD SLiM theme
+
+LICENSE= CC-BY-SA-3.0
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat
+
+USE_GITHUB= yes
+GH_ACCOUNT= lebarondemerde
+
+NO_BUILD= yes
+
+THEMEDIR_REL= share/slim/themes/slim-freebsd-black-theme
+THEMEDIR= ${PREFIX}/${THEMEDIR_REL}
+PLIST_SUB= THEMEDIR=${THEMEDIR_REL}
+
+SUB_FILES= pkg-message
+PORTDOCS= README.md AUTHORS COPYING TRADEMARKS
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${THEMEDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR} \
+ "! ( -name README.md -o -name AUTHORS -o -name COPYING -o -name TRADEMARKS )")
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && \
+ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
+
+.include <bsd.port.mk>