head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.26.12.44.50;	author crees;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.05.21.22.25;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	retranslator
# Date created:		2010-05-25
# Whom:			Gvozdikov Veniamin <g.veniamin@@googlemail.com>
#
# $FreeBSD: head/security/retranslator/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	retranslator
PORTVERSION=	5.0.0
CATEGORIES=	security
MASTER_SITES=	http://utils.kaspersky.com/updater/retranslator_5.0.0.7/FreeBSD_6.3/ \
		http://fbsd.zlonet.ru/distfiles/
DISTNAME=	${PORTNAME}-${PORTVERSION}-7

MAINTAINER=	g.veniamin@@googlemail.com
COMMENT=	The update utility for Kaspersky applications

NO_BUILD=	yes
ONLY_FOR_ARCHS=	i386 amd64

WRKSRC=		${WRKDIR}/${PORTNAME}

LIB_DEPENDS+=	m.4:${PORTSDIR}/misc/compat6x

do-configure:

.for f in 's,./backup/,/var/db/${PORTNAME}/backup,g' \
	's,./bases/,/var/db/${PORTNAME}/bases,g' \
	's,./${PORTNAME}.log,/var/log/${PORTNAME}.log,g'
	@@${REINPLACE_CMD} -e ${f} \
		${WRKSRC}/${PORTNAME}.conf
.endfor

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.bin \
		${PREFIX}/bin/${PORTNAME}

post-install:
	@@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
		${PREFIX}/etc/${PORTNAME}.conf.sample
	@@if [ ! -f ${PREFIX}/etc/${PORTNAME}.conf ]; then \
		${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf ; \
	fi

.include <bsd.port.mk>
@


1.2
log
@Remove obsolete OSVERSION check; Ports Tree is unsupported by <7

PR:		ports/168281
Submitted by:	crees
Approved by:	Veniamin Gvozdikov <g.veniamin@@googlemail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The update utility is designed to download and save updates and modules
of the Kaspersky Lab's applications into a separate folder.

With the help of the utility you can download updates for selected
Kaspersky Lab's applications installed either in your network or at
a home PC. The utility has a function for saving downloaded updates
and autopatches in a local folder, a network folder connected as a
disc to the computer file system, or onto a flash-carrier.

WWW:	http://support.kaspersky.com/updater?level=2

PR:		ports/147116
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
@
text
@a22 3
.include <bsd.port.pre.mk>

.if ${OSVERSION} > 630000
a23 1
.endif
d45 1
a45 1
.include <bsd.port.post.mk>
@

