aboutsummaryrefslogtreecommitdiffstats
path: root/www/chpasswd/Makefile
blob: e0c04ccf0bdc58eae7defe71232a5f43e994d3e8 (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
# New ports collection makefile for:    chpasswd
# Date created:     18 December 2003
# Whom:         Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
#
# $FreeBSD$
#

PORTNAME=   chpasswd
PORTVERSION=    2.2.1
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://web.onda.com.br/orso/

MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT=    Allow users to change their Squid or Web password using the browser

HAS_CONFIGURE=  yes
USE_GMAKE=  yes

CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
        --enable-language=English \
        --enable-cgidir=${PREFIX}/www/cgi-bin \

.include <bsd.port.mk>