mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6ed17593f3
SLiM is a desktop-independent graphical login manager for X11, derived from Login.app by Per Liden. It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed. Author: Simone Rota and Johannes Winkelmann WWW: http://slim.berlios.de/ PR: ports/91511 Submitted by: Tobias Roth <ports@fsck.ch>
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
bin/slim
|
|
%%DATADIR%%/themes/default/background.jpg
|
|
%%DATADIR%%/themes/default/panel.png
|
|
%%DATADIR%%/themes/default/slim.theme
|
|
@dirrm %%DATADIR%%/themes/default
|
|
@dirrm %%DATADIR%%/themes
|
|
@dirrm %%DATADIR%%
|
|
@unexec if cmp -s %D/etc/slim.conf.sample %D/etc/slim.conf; then rm -f %D/etc/slim.conf; fi
|
|
etc/slim.conf.sample
|
|
@exec if [ ! -f %D/etc/slim.conf ] ; then cp -p %D/%F %B/slim.conf; fi
|