freebsd-ports/x11/slim/pkg-plist
Edwin Groothuis 6ed17593f3 [NEW PORT] x11/slim - a login manager derived from login.app
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>
2006-01-08 21:48:57 +00:00

10 lines
389 B
Text

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