mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fb2ad52d2a
is going to be removed and the later provides the required executable
32 lines
828 B
Makefile
32 lines
828 B
Makefile
# New ports collection makefile for: xsmbrowser
|
|
# Date Created: 4 Dec 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xsmbrowser
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \
|
|
http://mirror.uni-c.dk/gentoo/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tcl/Tk port of Windows' Network Neighborhood
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 \
|
|
${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
do-build:
|
|
${PERL} -pi -e s!%%PREFIX%%!${PREFIX}!g ${WRKSRC}/xsmbrowser
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/xsmbrowser
|
|
${MKDIR} ${PREFIX}/etc/xsmbrowser
|
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${PREFIX}/share/xsmbrowser
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xsmbrowser ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|