mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
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>
|