freebsd-ports/print/dvipdfmx/Makefile
Kirill Ponomarev 1be27344de - Update to version 20031009
PR:		57826
Submitted by:	maintainer
2003-10-10 10:15:18 +00:00

27 lines
811 B
Makefile

# New ports collection makefile for: dvipdfmx
# Date created: 8 March 2001
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= dvipdfmx
PORTVERSION= 20031009
CATEGORIES= print
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps \
kpsepath:${PORTSDIR}/print/teTeX
GNU_CONFIGURE= yes
post-install:
@${LN} -fs ${LOCALBASE}/share/ghostscript/Resource ${PREFIX}/share/texmf/dvipdfm/
${LOCALBASE}/bin/mktexlsr
.include <bsd.port.mk>