diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-12-14 20:32:10 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-12-14 20:32:10 +0000 |
commit | 3259fa3c9e4b191eb858f9b814d35cbd222a8570 (patch) | |
tree | 1036bd8aa2a7fda06e6471b187dd7b01d120ee24 /sysutils | |
parent | dff12756e568d6e85b5391f69d3a995b218cedb3 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hfsexplorer/Makefile | 12 | ||||
-rw-r--r-- | sysutils/hfsexplorer/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/hfsexplorer/pkg-plist | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sysutils/hfsexplorer/Makefile b/sysutils/hfsexplorer/Makefile index 9281a97c2d30..17a3badc895d 100644 --- a/sysutils/hfsexplorer/Makefile +++ b/sysutils/hfsexplorer/Makefile @@ -1,9 +1,8 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= hfsexplorer -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.22.1 CATEGORIES= sysutils java MASTER_SITES= SF/catacombae/HFSExplorer/${PORTVERSION}/ DISTNAME= ${PORTNAME}-0_21-src @@ -11,18 +10,19 @@ DISTNAME= ${PORTNAME}-0_21-src MAINTAINER= vg@FreeBSD.org COMMENT= HFSExplorer read Mac-formatted harddisks and disk images -BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant - LICENSE= GPLv3 +BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant + DESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted harddisk" \ "${DATADIR}/res/icon.png" "${PORTNAME}" \ "System;Utility;Java;" false USES= zip USE_JAVA= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.6+ OPTIONS_DEFINE= DOCS +NO_ARCH= yes WRKSRC= ${WRKDIR} .include <bsd.port.options.mk> diff --git a/sysutils/hfsexplorer/pkg-descr b/sysutils/hfsexplorer/pkg-descr index 35eee9b3bd82..3845bcdf8f04 100644 --- a/sysutils/hfsexplorer/pkg-descr +++ b/sysutils/hfsexplorer/pkg-descr @@ -10,4 +10,4 @@ HFSExplorer can also read most .dmg disk images created on a Mac, including zlib partition schemes Master Boot Record, GUID Partition Table and Apple Partition Map natively. -WWW: http://www.catacombae.org/hfsx.html +WWW: http://www.catacombae.org/hfsx.html diff --git a/sysutils/hfsexplorer/pkg-plist b/sysutils/hfsexplorer/pkg-plist index 5fc746ec36a6..efa7cb77ac0e 100644 --- a/sysutils/hfsexplorer/pkg-plist +++ b/sysutils/hfsexplorer/pkg-plist @@ -13,3 +13,9 @@ bin/unhfs.sh %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/usage.html +@dir %%DATADIR%%/res +@dir %%DATADIR%%/lib +@dir %%DATADIR%% +%%PORTDOCS%%@dir %%DOCSDIR%%/html/img +%%PORTDOCS%%@dir %%DOCSDIR%%/html +%%PORTDOCS%%@dir %%DOCSDIR%% |