From cb8b1428c6bb9ed135f61a9cecbe8397defbf329 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 3 Feb 2013 20:10:37 +0000 Subject: KDE/FreeBSD team presents KDE SC 4.9.5 ports! - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger --- security/pam_kde/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'security/pam_kde') 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 -# # $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 -.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 -- cgit v1.2.3