freebsd-ports/security/pam_authsrv/Makefile
Dmitry Marakasov 6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00

29 lines
758 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
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>