View | Details | Raw Unified | Return to bug 247509 | Differences between
and this patch

Collapse All | Expand All

(-)x11-themes/slim-freebsd-dark-theme/Makefile (-2 / +2 lines)
Lines 27-33 Link Here
27
27
28
do-install:
28
do-install:
29
	@${MKDIR} ${STAGEDIR}${_THEMEDIR}
29
	@${MKDIR} ${STAGEDIR}${_THEMEDIR}
30
	(cd ${WRKSRC} && \
30
	${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${_THEMEDIR}/
31
		${COPYTREE_SHARE} . ${STAGEDIR}${_THEMEDIR} '! -name LICENSE ! -name README.md')
31
	${INSTALL_DATA} ${WRKSRC}/*.theme ${STAGEDIR}${_THEMEDIR}/
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)x11-themes/slim-freebsd-dark-theme/pkg-descr (-9 / +2 lines)
Lines 1-11 Link Here
1
SLiM is an acronym for "Simple Login Manager".
1
Minimalist FreeBSD black/red colors theme for the SLiM Login Manager,
2
using the logo and colors created by the FreeBSD Foundation.
2
3
3
Lightweight and easily configurable, SLiM requires minimal dependencies,
4
and none from the GNOME or KDE desktop environments. It therefore contributes
5
towards a lightweight system for users that also like to use lightweight
6
desktops such as Xfce, Openbox, and Fluxbox.
7
8
This package is a minimalist FreeBSD black/red colors theme, using
9
the colors defined by the FreeBSD Foundation.
10
11
WWW: https://github.com/gocobachi/slim-freebsd-dark-theme
4
WWW: https://github.com/gocobachi/slim-freebsd-dark-theme

Return to bug 247509