freebsd-ports/security/retranslator/Makefile
Mathieu Arnold f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00

36 lines
903 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= retranslator
PORTVERSION= 5.0.0
DISTVERSIONSUFFIX= -7
CATEGORIES= security
MASTER_SITES= http://utils.kaspersky.com/updater/retranslator_5.0.0.7/FreeBSD_6.3/ \
LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= The update utility for Kaspersky applications
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}
LIB_DEPENDS+= libm.so: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 \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
.include <bsd.port.mk>