2c649f18c1
- Update WWW PR: ports/72044, ports/72045 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Approved by: Jean Milanez Melo <jmelo@FreeBSDBrasil.COM.BR> (maintainer)
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# 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.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://sarg.sourceforge.net/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
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>
|