642bbd8ec4
new samba behavior fixes. Modified patch-smb2www.pm to patch against correct location. PR: 29217 Submitted by: maintainer
35 lines
886 B
Makefile
35 lines
886 B
Makefile
# Ports collection makefile for: smb2www
|
|
# Date created: Mar 25 2001
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smb2www
|
|
PORTVERSION= 0.0.980804
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
RUN_DEPENDS= httpd:${PORTSDIR}/www/apache13 \
|
|
smbclient:${PORTSDIR}/net/samba \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${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>
|