1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/webmin/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

26 lines
582 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>
#
# $FreeBSD$
#
DISTNAME= webmin-0.73
CATEGORIES= sysutils
MASTER_SITES= http://www.webmin.com/webmin/download/
MAINTAINER= andreas@FreeBSD.org
NO_BUILD= yes
IS_INTERACTIVE= yes
USE_PERL5= yes
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>