aboutsummaryrefslogtreecommitdiffstats
path: root/www/smb2www/Makefile
blob: 2920a6d13942ccc577194dee0cc154b8fcc15af9 (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
26
27
28
29
30
31
32
33
34
35
# Ports collection makefile for:  smb2www
# Date created:           Mar 25 2001
# Whom:               Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   smb2www
PORTVERSION=    0.0.980804
PORTREVISION=   2
CATEGORIES= www
MASTER_SITES=   http://us1.samba.org/samba/smb2www/ \
        http://us2.samba.org/samba/smb2www/ \
        http://us3.samba.org/samba/smb2www/ \
        http://us4.samba.org/samba/smb2www/ \
        http://uk.samba.org/samba/smb2www/ \
        http://sunsite.auc.dk/samba/smb2www/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/0.0.//g}

MAINTAINER= roman@xpert.com
COMMENT=    Windows Network client that is accessible through a web browser

RUN_DEPENDS=    httpd:${PORTSDIR}/${APACHE_PORT} \
        smbclient:${PORTSDIR}/net/samba \
        ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64

IS_INTERACTIVE= yes
NO_BUILD=   yes
USE_PERL5=  yes
WRKSRC=     ${WRKDIR}

do-install:
    @cd ${WRKSRC}; ${PERL} ${WRKSRC}/Install.pl

.include <bsd.port.mk>