freebsd-ports/security/pam_helper/Makefile

22 lines
463 B
Makefile
Raw Normal View History

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= pam_helper
PORTVERSION= 1.1
CATEGORIES= security sysutils
MASTER_SITES= http://www.marcuscom.com/pam_helper/
MAINTAINER= marcus@FreeBSD.org
COMMENT= Authenticate applications requiring PAM services
LICENSE= BSD2CLAUSE
2014-09-07 19:20:03 +02:00
USES= tar:bzip2 uidfix
PLIST_FILES= bin/pam_helper
2014-11-28 22:51:59 +01:00
post-patch:
@${REINPLACE_CMD} '/BINOWN=/d ; s,$${MINUSLPAM},-lpam,' ${WRKSRC}/Makefile
.include <bsd.port.mk>