blob: c428b2d24d3858ac5da423bc2655628239f5f182 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.1.1.1 1998/11/19 21:38:24 andreas Exp $
#
DISTNAME= webmin-0.64
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>
|