summaryrefslogtreecommitdiff
path: root/security/pamtester/Makefile
blob: f80ed2938f865a07b5548c9c16fd3877e1be3e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>