head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.23.22.25.15;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2010.12.04.07.33.30;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.02.19.35.32;	author mezz;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.22.48;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.05.13.00.31;	author garga;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pam_authsrv
# Date created:				11 May 2006
# Whom:					Jim Pirzyk <pirzyk@@FreeBSD.org>
#
# $FreeBSD: head/security/pam_authsrv/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pam_authsrv
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/

MAINTAINER=	pirzyk@@FreeBSD.org
COMMENT=	PAM module for per-user authentication

BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/security/fwtk:build

RESTRICTED=	No form of redistribution is allowed, because of linkging against fwtk

USE_AUTOTOOLS=	libtool
LDFLAGS+=	-L${PORTSDIR}/security/fwtk/work/fwtk
CFLAGS+=	-I${PORTSDIR}/security/fwtk/work/fwtk
CONFIGURE_ARGS=	--disable-encap --disable-epkg-install
INSTALL_TARGET=	install-real

MAN5=		pam_authsrv.5

.include <bsd.port.mk>
@


1.5
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Sync to new bsd.autotools.mk
@
text
@d22 2
a23 2
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${PORTSDIR}/security/fwtk/work/fwtk" \
		CFLAGS="${CFLAGS} -I${PORTSDIR}/security/fwtk/work/fwtk"
@


1.3
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d21 1
a21 1
USE_AUTOTOOLS=	libtool:22
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d21 1
a21 1
USE_AUTOTOOLS=	libtool:15
@


1.1
log
@PAM module for TIS authsrv authentication

The pam_authsrv module provides TIS authsrv authentication to PAM-aware
applications. It has been tested under AIX 4.3.3 (using the Linux-PAM for
AIX patch) and 5.1, Solaris 8 and 9, RedHat Linux 7.2, and HP-UX 11.00.

The pam_authsrv source code is available from:

    ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/pam_authsrv-1.0.2.tar.gz

Binaries of pam_authsrv are available as Encap packages for a variety of
platforms.

For further information, please see the enclosed README file.

WWW: http://www.feep.net/PAM/pam_authsrv/

PR:		ports/97157
Submitted by:	Jim Pirzyk <pirzyk@@FreeBSD.org>
@
text
@d10 1
@

