mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
efde469265
Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit), maintainer
29 lines
616 B
Makefile
29 lines
616 B
Makefile
# New ports collection makefile for: admuser
|
|
# Date created: 18 December 2003
|
|
# Whom: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= admuser
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://web.onda.com.br/orso/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
COMMENT= Handle your Squid or Web users and passwords using your browser
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/admuser \
|
|
--enable-language=English \
|
|
--enable-cgidir=${PREFIX}/www/cgi-bin \
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/www/cgi-bin
|
|
|
|
#BROKEN= "Install fails"
|
|
|
|
.include <bsd.port.mk>
|