diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
commit | cb8b1428c6bb9ed135f61a9cecbe8397defbf329 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /archivers/ark | |
parent | 563bcaab10c891e4bee07c4ec1fbf46515c5a0b4 (diff) | |
download | ports-cb8b1428c6bb9ed135f61a9cecbe8397defbf329.tar.gz ports-cb8b1428c6bb9ed135f61a9cecbe8397defbf329.zip |
Notes
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 19 | ||||
-rw-r--r-- | archivers/ark/distinfo | 4 | ||||
-rw-r--r-- | archivers/ark/pkg-plist | 7 |
3 files changed, 18 insertions, 12 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index f19511970322..b2ea18d0c3af 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= ark @@ -26,17 +23,19 @@ MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ - RAR "Support for RAR archives in Ark" off \ - ZIP "Support for ZIP archives in Ark" off +OPTIONS_DEFINE= 7ZIP RAR ZIP + +7ZIP_DESC= Support for 7-Zip archives +RAR_DESC= Support for RAR archives +ZIP_DESC= Support for ZIP archives .include <bsd.port.options.mk> -.ifdef(WITH_7ZIP) +.if ${PORT_OPTIONS:M7ZIP} RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip .endif -.ifdef(WITH_ZIP) +.if ${PORT_OPTIONS:MZIP} RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip .endif @@ -47,7 +46,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive .endif -.ifdef(WITH_RAR) +.if ${PORT_OPTIONS:MRAR} RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar .if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" INSTALL_RAR= YES diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index 07713cf59159..ef81180ee13f 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ark-4.8.4.tar.xz) = c57e5bce3fa5d84e69fd4c9a647ab7f107ef95fb000fd07b5d8f7af2635da682 -SIZE (KDE/ark-4.8.4.tar.xz) = 157280 +SHA256 (KDE/ark-4.9.5.tar.xz) = 4f48f7e7cedab64243c3c9ed4ff069c1b37c9c2c4f04743b61a84214b930edcd +SIZE (KDE/ark-4.9.5.tar.xz) = 237816 diff --git a/archivers/ark/pkg-plist b/archivers/ark/pkg-plist index 2b7707fab5d2..4de7ba922e99 100644 --- a/archivers/ark/pkg-plist +++ b/archivers/ark/pkg-plist @@ -21,6 +21,13 @@ share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook +share/icons/hicolor/128x128/apps/ark.png +share/icons/hicolor/16x16/apps/ark.png +share/icons/hicolor/22x22/apps/ark.png +share/icons/hicolor/32x32/apps/ark.png +share/icons/hicolor/48x48/apps/ark.png +share/icons/hicolor/64x64/apps/ark.png +share/icons/hicolor/scalable/apps/ark.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ark_dndextract.desktop |