aboutsummaryrefslogtreecommitdiff
path: root/security/pam_kde
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-03 20:10:37 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-03 20:10:37 +0000
commitcb8b1428c6bb9ed135f61a9cecbe8397defbf329 (patch)
tree0a68a09c88303888985b47f7045bed36788aefc2 /security/pam_kde
parent563bcaab10c891e4bee07c4ec1fbf46515c5a0b4 (diff)
downloadports-cb8b1428c6bb9ed135f61a9cecbe8397defbf329.tar.gz
ports-cb8b1428c6bb9ed135f61a9cecbe8397defbf329.zip
Notes
Diffstat (limited to 'security/pam_kde')
-rw-r--r--security/pam_kde/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/security/pam_kde/Makefile b/security/pam_kde/Makefile
index aef8961c54c2..0c417af44232 100644
--- a/security/pam_kde/Makefile
+++ b/security/pam_kde/Makefile
@@ -1,9 +1,4 @@
-# New ports collection Makefile for: pam_kde
-# Date created: 29 September 2011
-# Whom: Alberto Villa <avilla@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= pam_kde
PORTVERSION= 1.0
@@ -18,17 +13,19 @@ NO_BUILD= yes
PLIST_FILES= etc/pam.d/kde
-OPTIONS= AUTOLOGIN "Install module for automatic login" on
+OPTIONS_DEFINE= AUTOLOGIN
+OPTIONS_DEFAULT= AUTOLOGIN
+AUTOLOGIN_DESC= Install module for automatic login
.include <bsd.port.options.mk>
-.ifndef(WITHOUT_AUTOLOGIN)
+.if ${PORT_OPTIONS:MAUTOLOGIN}
PLIST_FILES+= etc/pam.d/kde-np
.endif
do-install:
${INSTALL_DATA} ${FILESDIR}/kde ${PREFIX}/etc/pam.d
-.ifndef(WITHOUT_AUTOLOGIN)
+.if ${PORT_OPTIONS:MAUTOLOGIN}
${INSTALL_DATA} ${FILESDIR}/kde-np ${PREFIX}/etc/pam.d
.endif