# Created by: Tony Shadwick # $FreeBSD$ PORTNAME= be_agent PORTVERSION= 5.046 CATEGORIES= sysutils MASTER_SITES= # DISTNAME= nls_agnt_262592 EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent DOWNLOAD_URL= http://www.symantec.com/business/support/index?page=content&id=TECH28248 USE_LINUX= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 NO_INSTALL_MANPAGES= yes SUB_FILES= pkg-message USE_RC_SUBR= be-agent PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample NO_STAGE= yes .include pre-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= because of licensing restrictions, you must fetch the distribution\ manually. Please access ${DOWNLOAD_URL}\ Click "Download Now", and agree to the license agreement. Please place the\ downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} .endif do-install: @${INSTALL_PROGRAM} ${WRKDIR}/common/agent.linux24 ${PREFIX}/bin/agent.be @${CAT} ${PKGMESSAGE} ${WRKDIR}/english/agent.cfg \ ${FILESDIR}/config_example >> ${WRKDIR}/be-agent.cfg.sample @${INSTALL_DATA} ${WRKDIR}/be-agent.cfg.sample ${PREFIX}/etc post-install: @${CAT} ${PKGMESSAGE} .include