freebsd-ports/sysutils/webmin/Makefile
Andreas Klemm 3dcae28f40 Upgrade webmin from 0.71 to 0.72
Make webmin FreeBSD 4.0 aware.
1999-06-05 13:00:43 +00:00

35 lines
979 B
Makefile

# New ports collection makefile for: webmin
# Version required: 0.64
# Date created: Do 19 Nov 1998 21:13:55 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1999/04/12 18:58:45 andreas Exp $
#
DISTNAME= webmin-0.72
CATEGORIES= sysutils
MASTER_SITES= http://www.webmin.com/webmin/download/
MAINTAINER= andreas@FreeBSD.ORG
NO_BUILD= yes
IS_INTERACTIVE= yes
USE_PERL5= yes
pre-extract:
@if [ -x ${PREFIX}/sbin/httpd ]; then \
${ECHO_MSG} Good ! You seem to have a webserver installed ...; \
else \
${ECHO_MSG} You need to install one of the avail. apache webservers; \
${ECHO_MSG} Best would be apache13-modssl or apache13-php3 that can ; \
${ECHO_MSG} be configured to use modssl for better security; \
exit 1; \
fi
do-install:
${MKDIR} ${PREFIX}/lib/webmin
${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin
@cd ${PREFIX}/lib/webmin && find . -name "*.orig" -print | xargs ${RM}
@cd ${PREFIX}/lib/webmin && ./setup.sh
.include <bsd.port.mk>