aboutsummaryrefslogtreecommitdiff
path: root/archivers/cabextract
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-16 13:14:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-16 13:14:57 +0000
commit33767111360b7838c5396eab2672ab628a4ece19 (patch)
tree495fceb1201cb7528deae4809ed8a49d53c8277c /archivers/cabextract
parenta72aacbd8c9fbdd36c38515504026028a0b0a7a7 (diff)
downloadports-33767111360b7838c5396eab2672ab628a4ece19.tar.gz
ports-33767111360b7838c5396eab2672ab628a4ece19.zip
Notes
Diffstat (limited to 'archivers/cabextract')
-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 fc833a61dd1c..1479ef156140 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 b47b13e8ab08..c6516fb1d01a 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