4fb6a9d092
PR: 94153 Submitted by: thompsa
25 lines
507 B
Makefile
25 lines
507 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A command line pam authentication tester
|
|
|
|
MAN1= pamtester.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/pamtester
|
|
|
|
.include <bsd.port.mk>
|