2003-10-01 12:26:23 +02:00
|
|
|
# New ports collection makefile for: checkpassword-pam
|
|
|
|
# Date created: 30 september 2003
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= checkpassword-pam
|
2004-11-14 15:08:58 +01:00
|
|
|
PORTVERSION= 0.99
|
2003-10-01 12:26:23 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= checkpasswd-pam
|
|
|
|
|
2004-07-07 21:20:02 +02:00
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2003-10-01 12:26:23 +02:00
|
|
|
COMMENT= Implementation of checkpassword authentication program
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN8= checkpassword-pam.8
|
2004-01-26 22:56:27 +01:00
|
|
|
PLIST_FILES= bin/checkpassword-pam
|
|
|
|
|
2003-10-01 12:26:23 +02:00
|
|
|
.include <bsd.port.mk>
|