diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-25 16:18:14 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-25 16:18:14 +0000 |
commit | fa038410e240b7b6c4c790faa0426a4735d5c61f (patch) | |
tree | b50e74c0a632dd9f6cdf342e8082011c11bf4e89 /print/dvipdfmx/Makefile | |
parent | 5af9f17481f3fe53133974793d873f42415f58f9 (diff) | |
download | FreeBSD-ports-fa038410e240b7b6c4c790faa0426a4735d5c61f.zip FreeBSD-ports-fa038410e240b7b6c4c790faa0426a4735d5c61f.tar.gz |
o add dvipdfm/base/ files.
o modify files/patch-data::config::dvipdfmx.cfg
o bump PORTREVISION
PR: 53640
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r-- | print/dvipdfmx/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 27abe49..311173a 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -7,9 +7,12 @@ PORTNAME= dvipdfmx PORTVERSION= 20030313 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print -MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/ +MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/ \ + ftp://freebsd.sinica.edu.tw/pub/statue/dvipdfmx/ +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ + ${PORTNAME}-base-0.1.tar.gz MAINTAINER= statue@freebsd.sinica.edu.tw COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support @@ -22,15 +25,15 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTS USE_OPENSSL= yes GNU_CONFIGURE= yes -post-patch: - @${RM} ${WRKSRC}/data/config/dvipdfmx.cfg.orig - pre-install: ${CP} ${LOCALBASE}/bin/dvipdfm ${LOCALBASE}/bin/dvipdfm-orig > /dev/null 2>&1 || ${TRUE} ${MV} ${LOCALBASE}/share/texmf/dvipdfm ${LOCALBASE}/share/texmf/dvipdfm-orig > /dev/null 2>&1 || ${TRUE} post-install: @${LN} -fs ${LOCALBASE}/share/ghostscript/Resource ${PREFIX}/share/texmf/dvipdfm/ + ${MKDIR} ${LOCALBASE}/share/texmf/dvipdfm/base + ${CP} ${WRKDIR}/base/* ${LOCALBASE}/share/texmf/dvipdfm/base + ${RM} ${LOCALBASE}/share/texmf/dvipdfm/config/dvipdfmx.cfg.orig ${LOCALBASE}/bin/mktexlsr .include <bsd.port.mk> |