mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
7f60d8d026
- Unbreak port. PR: ports/117638 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
28 lines
590 B
Makefile
28 lines
590 B
Makefile
# New ports collection makefile for: admuser
|
|
# Date created: 18 December 2003
|
|
# Whom: Jean Milanez Melo <jmelo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= admuser
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://sarg.sourceforge.net/
|
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
|
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 \
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/www/cgi-bin
|
|
|
|
.include <bsd.port.post.mk>
|