freebsd-ports/security/pamtester/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

24 lines
404 B
Makefile

# Ports collection Makefile for: pamtester
# Date created: 24/05/2005
# Whom: andy@fud.org.nz
#
# $FreeBSD$
#
PORTNAME= pamtester
PORTVERSION= 0.1.2
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A command line pam authentication tester
MAN1= pamtester.1
GNU_CONFIGURE= yes
CPPFLAGS+= ${CFLAGS}
USE_GMAKE= yes
PLIST_FILES= bin/pamtester
.include <bsd.port.mk>