diff options
Diffstat (limited to 'www/admuser/Makefile')
-rw-r--r-- | www/admuser/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www/admuser/Makefile b/www/admuser/Makefile deleted file mode 100644 index f9190ecc330f..000000000000 --- a/www/admuser/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Jean Milanez Melo <jmelo@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= admuser -PORTVERSION= 2.3.2 -CATEGORIES= www -MASTER_SITES= http://sarg.sourceforge.net/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Handle your Squid or Web users and passwords using your browser - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -HAS_CONFIGURE= yes - -CONFIGURE_ARGS= --prefix=${PREFIX}/etc/admuser \ - --enable-language=English \ - --enable-cgidir=${PREFIX}/www/cgi-bin \ - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -pre-install: - @${MKDIR} ${PREFIX}/www/cgi-bin - -.include <bsd.port.post.mk> |