diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-28 13:29:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-28 13:29:26 +0000 |
commit | 0c704234f6f304c7a4441cedbe2ff358b4724e3e (patch) | |
tree | 0611b8aedc93d183641707002d6987bf0308080f /textproc/hhm | |
parent | 8336e3e03b1ee563546410d837b50882990d6b7f (diff) | |
download | ports-0c704234f6f304c7a4441cedbe2ff358b4724e3e.tar.gz ports-0c704234f6f304c7a4441cedbe2ff358b4724e3e.zip |
Notes
Diffstat (limited to 'textproc/hhm')
-rw-r--r-- | textproc/hhm/Makefile | 29 | ||||
-rw-r--r-- | textproc/hhm/distinfo | 2 | ||||
-rw-r--r-- | textproc/hhm/files/Makefile | 11 | ||||
-rw-r--r-- | textproc/hhm/pkg-descr | 6 |
4 files changed, 48 insertions, 0 deletions
diff --git a/textproc/hhm/Makefile b/textproc/hhm/Makefile new file mode 100644 index 000000000000..b014f5e92d2b --- /dev/null +++ b/textproc/hhm/Makefile @@ -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> diff --git a/textproc/hhm/distinfo b/textproc/hhm/distinfo new file mode 100644 index 000000000000..0c4353d5549e --- /dev/null +++ b/textproc/hhm/distinfo @@ -0,0 +1,2 @@ +MD5 (hhm-0.1-src.tar.bz2) = 528ab64f67610d25a665f75157aaac9b +SIZE (hhm-0.1-src.tar.bz2) = 18600 diff --git a/textproc/hhm/files/Makefile b/textproc/hhm/files/Makefile new file mode 100644 index 000000000000..03217a7740d4 --- /dev/null +++ b/textproc/hhm/files/Makefile @@ -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> diff --git a/textproc/hhm/pkg-descr b/textproc/hhm/pkg-descr new file mode 100644 index 000000000000..e2c0ea56c138 --- /dev/null +++ b/textproc/hhm/pkg-descr @@ -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/ |