mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
465 B
Makefile
22 lines
465 B
Makefile
PORTNAME= pam_kde
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security kde
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PAM modules for KDE Display Manager
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= etc/pam.d/kde
|
|
|
|
OPTIONS_DEFINE= AUTOLOGIN
|
|
OPTIONS_DEFAULT= AUTOLOGIN
|
|
AUTOLOGIN_DESC= Install module for automatic login
|
|
AUTOLOGIN_PLIST_FILES= etc/pam.d/kde-np
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${PLIST_FILES:S,etc/pam.d,${FILESDIR},} ${STAGEDIR}${PREFIX}/etc/pam.d
|
|
|
|
.include <bsd.port.mk>
|