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


1.5
date	2013.02.26.13.47.32;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.12.15.03.37.53;	author svnexp;	state Exp;
branches;
next	1.3;

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

1.2
date	2012.03.23.14.27.50;	author zi;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.31.23.21.02;	author zi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312977
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	pam_krb5
# Date created:				18 October 2011
# Whom:					Ryan Steinmetz <zi@@FreeBSD.org>
#
# $FreeBSD: head/security/pam_krb5-rh/Makefile 312977 2013-02-26 13:10:09Z zi $
#

PORTNAME=	pam_krb5
DISTVERSION=	2.4.4
CATEGORIES=	security
MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/ \
		http://mirrors.rit.edu/zi/
PKGNAMESUFFIX=	-rh

MAINTAINER=	zi@@FreeBSD.org
COMMENT=	The Red Hat Pluggable Authentication Module for Kerberos 5

LICENSE=	LGPL21 BSD
LICENSE_COMB=	dual

CONFLICTS=	pam_krb5-4.*

USE_ICONV=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} --without-afs \
		--with-libintl-prefix=${LOCALBASE} --with-krb4=no \
		--without-keyutils
LDFLAGS+=	-L${LOCALBASE}/lib

MAN5=		pam_krb5.5
MAN8=		pam_krb5.8 pam_krb5_cchelper.8

.if defined(WITHOUT_NLS)
PLIST_SUB+=	NLS="@@comment "
CONFIGURE_ARGS+=--disable-nls
.else
PLIST_SUB+=	NLS=""
LDFLAGS+=	-lintl
USE_GETTEXT=	yes
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800000
BROKEN=		does not build on FreeBSD 7.x
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|libdir)/security|libdir)|g' ${WRKSRC}/src/Makefile.in
	@@${REINPLACE_CMD} -e 's|/lib64/security|${LOCALBASE}/lib|g' \
		${WRKSRC}/src/*.8
	@@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/tests/tools/Makefile.in
	@@${REINPLACE_CMD} -e 's|PAM_BAD_ITEM|PAM_SYMBOL_ERR|g' ${WRKSRC}/src/conv.c
	@@${REINPLACE_CMD} -e 's|PAM_AUTHTOK_RECOVER_ERR|PAM_AUTHTOK_RECOVERY_ERR|g' \
		${WRKSRC}/src/password.c

.include <bsd.port.post.mk>
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308932
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308932 | zi | 2012-12-15 03:35:59 +0000 (Sat, 15 Dec 2012) | 2 lines
## SVN ##
## SVN ## - Update to 2.4.1
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d5 1
a5 1
# $FreeBSD: head/security/pam_krb5-rh/Makefile 308932 2012-12-15 03:35:59Z zi $
d9 1
a9 1
DISTVERSION=	2.4.1
@


1.3
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/pam_krb5-rh/Makefile 300897 2012-07-14 14:29:18Z beat $
d9 1
a9 1
DISTVERSION=	2.3.13-1
d28 1
a28 1
LDFLAGS=	-L${LOCALBASE}/lib
d31 1
a31 1
MAN8=		pam_krb5.8 pam_krb5_storetmp.8
d42 6
d57 1
a57 1
.include <bsd.port.mk>
@


1.2
log
@- Update mirror URL on my ports

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@New port: security/pam_krb5-rh

The pam_krb5 module allows PAM-aware applications to authenticate
users by performing an AS exchange with a Kerberos KDC.

This module includes many configurable options and provides functionality
and features that other pam_krb5 modules do not provide.

WWW: https://fedorahosted.org/pam_krb5/
@
text
@d12 1
a12 1
		http://people.rit.edu/rpsfa/distfiles/
@

