9955f14cfa
run without an installed TeX distribution
35 lines
872 B
Makefile
35 lines
872 B
Makefile
# $OpenBSD: Makefile,v 1.8 2003/02/18 16:12:52 sturm Exp $
|
|
|
|
IGNORE= "is part of teTeX as of version 2.0"
|
|
|
|
COMMENT= "converts DVI files to PDF format"
|
|
|
|
DISTNAME= dvipdfm-0.13.2b
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://gaspra.kettering.edu/dvipdfm/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://gaspra.kettering.edu/dvipdfm/
|
|
|
|
BUILD_DEPENDS= ::print/teTeX/base
|
|
LIB_DEPENDS= png.2::graphics/png
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} --with-png=${LOCALBASE}
|
|
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>
|