1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add hhm 0.1, HTML Help Maker.

This commit is contained in:
Sergey Skvortsov 2005-02-28 13:29:26 +00:00
parent 8336e3e03b
commit 0c704234f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130017
5 changed files with 49 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += gxmlviewer
SUBDIR += hevea
SUBDIR += hgrep
SUBDIR += hhm
SUBDIR += highlight
SUBDIR += hr-aspell
SUBDIR += hs-haxml

29
textproc/hhm/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: hhm
# Date created: 27 February 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= hhm
PORTVERSION= 0.1
CATEGORIES= textproc
MASTER_SITES= http://bonedaddy.net/pabs3/hhm/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= skv@FreeBSD.org
COMMENT= HTML Help Maker
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= PREFIX=${PREFIX}
USE_REINPLACE= yes
PLIST_FILES= bin/hhm
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's!^typedef unsigned.*$$!!' ${WRKSRC}/hhm.c
.include <bsd.port.mk>

2
textproc/hhm/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (hhm-0.1-src.tar.bz2) = 528ab64f67610d25a665f75157aaac9b
SIZE (hhm-0.1-src.tar.bz2) = 18600

View File

@ -0,0 +1,11 @@
# $FreeBSD$
PROG= hhm
LDADD= -L${PREFIX}/lib -llzxcomp -lm
CFLAGS= -I${PREFIX}/include
BINDIR= ${PREFIX}/bin
NOMAN= #
.include <bsd.prog.mk>

6
textproc/hhm/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
hhm is a program that makes ITS files and in the future it will also
make Compiled HTML Help (CHM) files. Both types of files are a kind of
compressed archive format used on Win98, Win2K and other Microsoft
operating systems to store documentation.
WWW: http://bonedaddy.net/pabs3/hhm/