6f6fbe4bdf
- 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
24 lines
404 B
Makefile
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>
|