summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-16 13:14:57 +0000
committerkrion <krion@FreeBSD.org>2004-03-16 13:14:57 +0000
commit01ac8ceff98fc099f172ee9805a892d5b41d6c82 (patch)
treef1fbffc0a8f464bc1b5923be1b4d37a3c4594d48 /archivers
parent95c549bdcb763e6a004d063526e0ae8a20f58c20 (diff)
downloadFreeBSD-ports-01ac8ceff98fc099f172ee9805a892d5b41d6c82.zip
FreeBSD-ports-01ac8ceff98fc099f172ee9805a892d5b41d6c82.tar.gz
- Update to version 1.0
PR: ports/64328 Submitted by: Ports Fury
Diffstat (limited to 'archivers')
-rw-r--r--archivers/cabextract/Makefile20
-rw-r--r--archivers/cabextract/distinfo4
2 files changed, 18 insertions, 6 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
index fc833a6..1479ef1 100644
--- a/archivers/cabextract/Makefile
+++ b/archivers/cabextract/Makefile
@@ -6,18 +6,30 @@
#
PORTNAME= cabextract
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 1.0
CATEGORIES= archivers
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to extract Microsoft cabinet (.CAB) files
-PLIST_FILES= bin/cabextract
-USE_GETOPT_LONG=yes
+USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MANLANG= "" ja
MAN1= cabextract.1
+PORTDOCS= magic wince_cab_format.html wince_info wince_rename
+PLIST_FILES= bin/cabextract
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${MANPREFIX}/man/ja/man1
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/magic ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/wince_cab_format.html ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/wince_info ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/wince_rename ${DOCSDIR}
+.endif
.include <bsd.port.mk>
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
index b47b13e..c6516fb 100644
--- a/archivers/cabextract/distinfo
+++ b/archivers/cabextract/distinfo
@@ -1,2 +1,2 @@
-MD5 (cabextract-0.6.tar.gz) = 1e6e7d35d4ca4e5bd9cfc86aa315163b
-SIZE (cabextract-0.6.tar.gz) = 92469
+MD5 (cabextract-1.0.tar.gz) = 8fde8ad86f7144943b7e4e5a2da7eddb
+SIZE (cabextract-1.0.tar.gz) = 189625
OpenPOWER on IntegriCloud