mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d87fa9fc48
- DOWNLOAD_URL has changed (redirects to updated DOWNLOAD_URL) - Pet portlint PR: ports/163259 Submitted by: jgh (me) Approved by: maintainer (timeout), crees (mentor)
49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
# New ports collection Makefile for: be_agent
|
|
# Date created: 20 May 2005
|
|
# Whom: Tony Shadwick <numbski@hksilver.net>
|
|
#
|
|
# $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.sh
|
|
PLIST_FILES= bin/agent.be \
|
|
etc/be-agent.cfg.sample
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
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 <bsd.port.post.mk>
|