summaryrefslogtreecommitdiff
path: root/security/pwauth/Makefile
blob: 396e15bcbd06a0f16bae10180de9039284c78c3e (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
# New ports collection makefile for:	pwauth
# Date created:				Oct 14 2004
# Whom:					clement
#
# $FreeBSD$
#

PORTNAME=	pwauth
PORTVERSION=	2.2.8
CATEGORIES=	security www
MASTER_SITES=	http://www.unixpapa.com/software/

MAINTAINER=	clement@FreeBSD.org
COMMENT=	A Unix Web Authenticator

USE_REINPLACE=	yes
PLIST_FILES=	bin/pwauth

.include <bsd.port.pre.mk>

WWWUID!=	${ID} -u ${WWWOWN}

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

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
	@${CHMOD} u=rxs ${PREFIX}/bin

.include <bsd.port.post.mk>