mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
582 B
Makefile
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>
|