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