freebsd-ports/security/pam_authsrv/Makefile
Renato Botelho 6721ecefac 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>
2006-06-05 13:00:31 +00:00

28 lines
785 B
Makefile

# New ports collection makefile for: pam_authsrv
# Date created: 11 May 2006
# Whom: Jim Pirzyk <pirzyk@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pam_authsrv
PORTVERSION= 1.0.2
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:15
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${PORTSDIR}/security/fwtk/work/fwtk" \
CFLAGS="${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>