summaryrefslogtreecommitdiff
path: root/archivers/unace22/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2002-08-27 10:29:03 +0000
committerdillo <dillo>2002-08-27 10:29:03 +0000
commite85dab201f6945bba9a658d3b4a7aedc1a614556 (patch)
tree11bffa6b83a38d9beaa28c4b02baa6f334a7faa0 /archivers/unace22/Makefile
parenta6a203e294724b58ab0d8f96babc510356fdd2c2 (diff)
downloadpkgsrc-e85dab201f6945bba9a658d3b4a7aedc1a614556.tar.gz
add Unace 2.20 for Linux, a Linux binary that can handle recent ace archives.
Diffstat (limited to 'archivers/unace22/Makefile')
-rw-r--r--archivers/unace22/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/archivers/unace22/Makefile b/archivers/unace22/Makefile
new file mode 100644
index 00000000000..4fb3627c939
--- /dev/null
+++ b/archivers/unace22/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/27 10:29:03 dillo Exp $
+#
+
+DISTNAME= linunace22
+PKGNAME= unace22-2.20
+CATEGORIES= archivers
+MASTER_SITES= http://www.servidas.net/winace/ \
+ http://www.maxeline.com/winace/ \
+ http://www.winace.mewa.net/mirror/ \
+ http://hem.passagen.se/vanlid/winace/ \
+ http://ace.imptech.net/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dillo@giga.or.at
+HOMEPAGE= http://www.winace.com/
+COMMENT= Extract, list and test files in ACE archives (2.2 linux binary)
+
+ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 Linux-*-i[3-6]86
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
+.endif
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= YES
+NO_PATCH= YES
+NO_CONFIGURE= YES
+CHECK_SHLIBS= NO
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace22
+
+.include "../../emulators/suse_linux/Makefile.application"