1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/chpasswd/Makefile
Sylvio Cesar Teixeira 2e7a5c351e - Update to 2.2.4
2011-08-23 00:07:16 +00:00

30 lines
755 B
Makefile

# New ports collection makefile for: chpasswd
# Date created: 18 December 2003
# Whom: Jean Milanez Melo <jmelo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chpasswd
PORTVERSION= 2.2.4
CATEGORIES= www
#MASTER_SITES= SF/orsochpasswd/orsochpasswd/chpasswd-2.2.4/
MASTER_SITES= SF/orso${PORTNAME}/orso${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Allow users to change their Squid or Web password using the browser
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
--enable-language=English \
--enable-cgidir=${PREFIX}/www/cgi-bin
pre-install:
@${MKDIR} ${PREFIX}/www/cgi-bin
post-install:
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
.include <bsd.port.mk>