aboutsummaryrefslogtreecommitdiff
path: root/security/clamtk/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:07:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:07:05 +0000
commitc2c35482da92dd9f762756ae6598d4fa772ce01a (patch)
tree83d5b3e73fbea4d95c7ad4aaf6a0fa6855300762 /security/clamtk/Makefile
parenta223a58cf5a7aaaa985d997962c25d1cd9695d13 (diff)
downloadports-c2c35482da92dd9f762756ae6598d4fa772ce01a.tar.gz
ports-c2c35482da92dd9f762756ae6598d4fa772ce01a.zip
Notes
Diffstat (limited to 'security/clamtk/Makefile')
-rw-r--r--security/clamtk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile
index 52c1e2eb7e3e..005af64ee65f 100644
--- a/security/clamtk/Makefile
+++ b/security/clamtk/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= clamtk
-PORTVERSION= 4.34
+PORTVERSION= 4.36
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/ClamTk/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK front-end for Clam Antivirus
-LICENSE= ART10 ART20 GPLv1 GPLv2 GPLv3
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
@@ -28,7 +28,7 @@ RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
NO_BUILD= yes
USE_PERL5_RUN= yes
-USE_GETTEXT= yes
+USE_GETTEXT= run
MAN1= ${PORTNAME}.1
@@ -50,14 +50,14 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.xpm ${PREFIX}/share/pixmaps
-.for lang in ar ast bg bs ca cs da de el_GR en_GB es eu fi fo fr gl he hr hu it ja ko lt ms nb nl nl_BE nn pl pt pt_BR ro ru sk sl sv th tr uk zh_CN zh_TW
+.for lang in ar ast bg bs ca cs da de el_GR en_GB es eu fi fo fr gl he hr hu id it ja ko lt ms nb nl nl_BE nn pl pt pt_BR ro ru sk sl sv th tr uk zh_CN zh_TW
@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in CHANGES DISCLAIMER LICENSE README
+.for file in CHANGES DISCLAIMER README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif