summaryrefslogtreecommitdiff
path: root/archivers/linux-unace
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-02 18:47:13 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-02 18:47:13 +0000
commitc8d779fb6323c25341ba9872baa205b32b80ad31 (patch)
tree84656f67e91955bfe39a466e2f0d6934efd05c07 /archivers/linux-unace
parentUpdate to 0.6.3 (diff)
Merge some improvements from PR 51987 (most notable one is:
install binary as unace2 instead of lunace which is not intitive at all). Change maintainership to Pav Lucistnik <pav@oook.cz>. PR: 51987
Notes
Notes: svn path=/head/; revision=82046
Diffstat (limited to 'archivers/linux-unace')
-rw-r--r--archivers/linux-unace/Makefile21
-rw-r--r--archivers/linux-unace/pkg-descr2
-rw-r--r--archivers/linux-unace/pkg-plist2
3 files changed, 17 insertions, 8 deletions
diff --git a/archivers/linux-unace/Makefile b/archivers/linux-unace/Makefile
index b0ea9dc16f10..c53a85b6d7fc 100644
--- a/archivers/linux-unace/Makefile
+++ b/archivers/linux-unace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= unace
PORTVERSION= 2.20
-CATEGORIES= archivers
+CATEGORIES= archivers linux
MASTER_SITES= http://ace.imptech.net/ \
http://www.shedz.com/winace/ \
http://hem.passagen.se/vanlid/winace/ \
@@ -18,16 +18,25 @@ PKGNAMEPREFIX= linux-
DISTNAME= linunace22
EXTRACT_SUFX= .tgz
-MAINTAINER= fjoe@FreeBSD.org
-COMMENT= ACE (un)archiver for Linux
+MAINTAINER= pav@oook.cz
+COMMENT= Extract, view & test ACE 2 archives
+ONLY_FOR_ARCHS= i386
USE_LINUX= yes
-NO_BUILD= yes
NO_WRKSUBDIR= yes
+NO_BUILD= yes
STRIP=
+.if exists(/usr/bin/brandelf)
+BRANDELF?= /usr/bin/brandelf
+.else
+BRANDELF?= brandelf
+.endif
+
+do-patch:
+ @${BRANDELF} -t Linux ${WRKSRC}/unace
+
do-install:
- brandelf -t Linux ${WRKSRC}/unace
- ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/lunace
+ ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace2
.include <bsd.port.mk>
diff --git a/archivers/linux-unace/pkg-descr b/archivers/linux-unace/pkg-descr
index ef52276d97b9..9459231c3a0e 100644
--- a/archivers/linux-unace/pkg-descr
+++ b/archivers/linux-unace/pkg-descr
@@ -1,3 +1,3 @@
-This is official version of ACE (un)archiver for Linux.
+Free command-line decompressor of ACE 2.0 or later archives.
WWW: http://www.winace.com/
diff --git a/archivers/linux-unace/pkg-plist b/archivers/linux-unace/pkg-plist
index ab985b975272..e69e6906998d 100644
--- a/archivers/linux-unace/pkg-plist
+++ b/archivers/linux-unace/pkg-plist
@@ -1 +1 @@
-bin/lunace
+bin/unace2