diff options
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r-- | textproc/hevea/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index f0211608bc1..d6727ab0a4e 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.12 2005/09/29 13:20:46 tonio Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/13 09:26:38 tonio Exp $ DISTNAME= hevea-1.08 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://para.inria.fr/~maranget/hevea/ COMMENT= LaTeX to HTML translator BUILD_DEPENDS+= ocaml>=3.07:../../lang/ocaml +DIST_SUBDIR= ${PKGNAME_NOREV} .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") |