mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add xchm 0.8.4, windows HTML Help (.chm) viewer for UNIX.
PR: 57550 Submitted by: Pav Lucistnik <pav@oook.cz>
This commit is contained in:
parent
c7565ebbb9
commit
d3421e37e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90237
@ -69,6 +69,7 @@
|
||||
SUBDIR += tuxcards
|
||||
SUBDIR += wmpinboard
|
||||
SUBDIR += xcalendar
|
||||
SUBDIR += xchm
|
||||
SUBDIR += xinvest
|
||||
SUBDIR += xmaddressbook
|
||||
SUBDIR += xmdiary
|
||||
|
28
deskutils/xchm/Makefile
Normal file
28
deskutils/xchm/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: xchm
|
||||
# Date created: 3th October 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchm
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= pav@oook.cz
|
||||
COMMENT= Windows HTML Help (.chm) viewer for UNIX
|
||||
|
||||
LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel \
|
||||
chm.0:${PORTSDIR}/misc/chmlib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/xchm/distinfo
Normal file
1
deskutils/xchm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xchm-0.8.4.tar.gz) = faf1ab179c2d2a29f4432fff1067d3b3
|
8
deskutils/xchm/pkg-descr
Normal file
8
deskutils/xchm/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
xCHM is a .chm viewer for UNIX. CHM is commonly used for a rich-text help
|
||||
files on Windows platform, and for publishing eBooks.
|
||||
|
||||
xCHM can show the contents tree if one is available, print the displayed page,
|
||||
change fonts faces and size, work with bookmarks, do the usual history stunts
|
||||
(forward, back, home), and seach for text in the whole book.
|
||||
|
||||
WWW: http://xchm.sourceforge.net/
|
1
deskutils/xchm/pkg-plist
Normal file
1
deskutils/xchm/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xchm
|
Loading…
Reference in New Issue
Block a user