diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-02 18:47:13 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-02 18:47:13 +0000 |
commit | 7a9aa753b99220d6350acc1c6514d9bbdae53dd9 (patch) | |
tree | e6ee4f4a76b6ae7e719aa4116127ddc77b2fea2f /archivers | |
parent | 22eb4ce8a99ac426d2107d92192edb35f3ff640a (diff) | |
download | FreeBSD-ports-7a9aa753b99220d6350acc1c6514d9bbdae53dd9.zip FreeBSD-ports-7a9aa753b99220d6350acc1c6514d9bbdae53dd9.tar.gz |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-unace/Makefile | 21 | ||||
-rw-r--r-- | archivers/linux-unace/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/linux-unace/pkg-plist | 2 |
3 files changed, 17 insertions, 8 deletions
diff --git a/archivers/linux-unace/Makefile b/archivers/linux-unace/Makefile index b0ea9dc..c53a85b 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 ef52276..9459231 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 ab985b9..e69e690 100644 --- a/archivers/linux-unace/pkg-plist +++ b/archivers/linux-unace/pkg-plist @@ -1 +1 @@ -bin/lunace +bin/unace2 |