2001-05-23 22:27:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/05/24 02:28:07 kevlo Exp $
|
2001-05-05 23:19:44 -04:00
|
|
|
|
|
|
|
COMMENT= "converts DVI files to PDF format"
|
2001-01-12 18:21:06 -05:00
|
|
|
|
2001-03-11 22:43:51 -05:00
|
|
|
DISTNAME= dvipdfm-0.13.2b
|
2001-01-12 18:21:06 -05:00
|
|
|
CATEGORIES= print
|
2001-05-05 23:19:44 -04:00
|
|
|
NEED_VERSION= 1.402
|
2001-01-12 18:21:06 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://gaspra.kettering.edu/dvipdfm/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://gaspra.kettering.edu/dvipdfm/
|
|
|
|
|
2001-03-11 22:43:51 -05:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a::print/teTeX/base
|
2001-05-23 22:27:06 -04:00
|
|
|
LIB_DEPENDS= png.2::graphics/png
|
2001-01-12 18:21:06 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
2001-03-11 22:43:51 -05:00
|
|
|
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} --with-png=${LOCALBASE}
|
2001-01-12 18:21:06 -05:00
|
|
|
WRKDIST= ${WRKDIR}/dvipdfm
|
|
|
|
|
|
|
|
pre-fake:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/dvipdfm/config
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/tex/latex/graphics
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def \
|
|
|
|
${PREFIX}/share/texmf/tex/latex/graphics
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|