aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth/Makefile
blob: 5a2b2d888eca0ea09a249419dea0ebb2a526defc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: clement

PORTNAME=	pwauth
PORTVERSION=	2.3.11
CATEGORIES=	security www
MASTER_SITES=	http://www.unixpapa.com/software/ \
		https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pwauth/

MAINTAINER=	eg@fbsd.lt
COMMENT=	Unix Web Authenticator

LICENSE=	BSD3CLAUSE

PLIST_FILES=	"@(,,4555) bin/pwauth" \
		bin/checkfaillog

ALL_TARGET=	pwauth checkfaillog
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"

WWWUID=		`${ID} -u ${WWWOWN}`
MINUID?=	1000

post-patch:
	@${REINPLACE_CMD} "s/%%UIDS%%/${WWWUID}/ ; \
		s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>