mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2ae87730b3
Requested by: Julien Picalausa <jpicalau@elmandria.com>
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# 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
|
|
|
|
USES= tar:bzip2 uidfix
|
|
|
|
PLIST_FILES= bin/pam_helper
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/BINOWN=/d ; s,$${MINUSLPAM},-lpam,' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|