diff options
Diffstat (limited to 'security/avmailgate')
-rw-r--r-- | security/avmailgate/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/avmailgate/Makefile b/security/avmailgate/Makefile index 03814e8c18c2..9c4deb890136 100644 --- a/security/avmailgate/Makefile +++ b/security/avmailgate/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: avmailgate -# Version required: 6.12 # Date created: January 29, 2002 # Whom: Oliver Breuninger <ob@breuninger.org> # @@ -10,13 +9,16 @@ # PORTNAME= avmailgate -PORTVERSION= 6.12 -DISTFILES= avmailgate-6.12.0.0-freebsd.tgz +PORTVERSION= 6.12.0.0 CATEGORIES= security MASTER_SITES= ftp://ftp.antivir.de/freebsd/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd +EXTRACT_SUFX= .tgz + MAINTAINER= ob@breuninger.org +COMMENT= AntiVir MailGate mail virusscanner -WRKSRC= ${WRKDIR}/avmailgate-6.12.0.0-FreeBSD +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-FreeBSD NO_BUILD= yes @@ -50,8 +52,8 @@ post-install: @${ECHO_MSG} "For full functionality of AntiVir MailGate you need an license key" @${ECHO_MSG} "from H+BEDV Datentechnik GmbH." @${ECHO_MSG} "" - @${ECHO_MSG} "Put the file avmgate.key into the directory /usr/local/etc/antivir" - @${ECHO_MSG} "" + @${ECHO_MSG} "Put the file avmgate.key into the directory ${LOCALBASE}/etc/antivir" + @${ECHO_MSG} "" @${ECHO_MSG} "For more information on AntiVir please visit our web site" @${ECHO_MSG} "http://www.antivir.de or http://www.hbedv.com." @${ECHO_MSG} "mailto: support@antivir.de" @@ -62,4 +64,3 @@ post-install: @${ECHO_MSG} "" .include <bsd.port.mk> - |