summaryrefslogblamecommitdiff
path: root/print/dvipdfmx/Makefile
blob: 1c8f519b5e46be86ab761fff7740768e41d2f258 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                





                                                                       
                        
                        
                     
                                                            

                                            
                                                                                 


                                                                      
                                                                                                           
                                                
 

                   

                                                                                         
                                 
 
                      
# 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>