2007-10-01 07:42:30 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2007/10/01 11:42:30 steven Exp $
|
2001-05-06 00:11:38 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= LaTeX to HTML converter
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2006-01-12 07:39:06 -05:00
|
|
|
VERSION= 2002-2-1
|
|
|
|
DISTNAME= latex2html-${VERSION}
|
2007-10-01 07:42:30 -04:00
|
|
|
PKGNAME= latex2html-${VERSION:S/-/./g}p1
|
1998-09-23 14:18:03 -04:00
|
|
|
CATEGORIES= textproc www
|
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
HOMEPAGE= http://www.latex2html.org/
|
|
|
|
|
|
|
|
# mixed licenses
|
2007-09-15 16:59:36 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= no fee
|
2000-03-23 01:51:15 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2007-09-15 16:59:36 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= no fee
|
2000-03-23 01:51:15 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-06-09 01:31:40 -04:00
|
|
|
RUN_DEPENDS= :netpbm-*:graphics/netpbm \
|
2005-04-04 13:12:42 -04:00
|
|
|
:ghostscript-*:print/ghostscript/gnu \
|
2007-10-01 07:42:30 -04:00
|
|
|
::print/texlive/base
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2005-04-06 14:21:51 -04:00
|
|
|
CONFIGURE_ARGS= --shlibdir=${PREFIX}/share/latex2html \
|
|
|
|
--with-texpath=${PREFIX}/share/texmf-local/tex/latex/html
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
PKG_ARCH= *
|
1998-09-23 14:18:03 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
REGRESS_TARGET= test
|
1999-10-11 13:13:22 -04:00
|
|
|
|
2005-04-04 13:12:42 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latex2hmtl
|
|
|
|
cp -R ${WRKSRC}/docs/* ${PREFIX}/share/doc/latex2hmtl
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/latex2html
|
|
|
|
cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/latex2html
|
1998-09-23 14:18:03 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|