head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.02.04.01.04.36;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.16.23.33.57;	author avilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311483
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/pam_kde/Makefile 311483 2013-02-03 20:10:37Z makc $

PORTNAME=	pam_kde
PORTVERSION=	1.0
CATEGORIES=	security kde
MASTER_SITES=	# empty
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

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MAUTOLOGIN}
PLIST_FILES+=	etc/pam.d/kde-np
.endif

do-install:
	${INSTALL_DATA} ${FILESDIR}/kde ${PREFIX}/etc/pam.d
.if ${PORT_OPTIONS:MAUTOLOGIN}
	${INSTALL_DATA} ${FILESDIR}/kde-np ${PREFIX}/etc/pam.d
.endif

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection Makefile for:	pam_kde
# Date created:				29 September 2011
# Whom:					Alberto Villa <avilla@@FreeBSD.org>
#
# $FreeBSD: head/security/pam_kde/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d16 3
a18 1
OPTIONS=	AUTOLOGIN "Install module for automatic login" on
d22 1
a22 1
.ifndef(WITHOUT_AUTOLOGIN)
d28 1
a28 1
.ifndef(WITHOUT_AUTOLOGIN)
@


1.1
log
@- Add port for shipping of PAM modules used by KDM.

It deprecates the "kde" module in base, and installs (optionally) the
"kde-np" module, which enables auto-logins.
@
text
@d5 1
a5 1
# $FreeBSD$
@

