aboutsummaryrefslogtreecommitdiff
path: root/chinese/ttfm/Makefile
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2001-02-01 06:17:20 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2001-02-01 06:17:20 +0000
commit04baea734a8e9992f0f5c4465f8ae8a7b1c6931d (patch)
tree9e15f5ece5108980406f9912726ef71688407dd1 /chinese/ttfm/Makefile
parentb1135dea75874cdef64dc9652d7ce8c82ce71921 (diff)
downloadports-04baea734a8e9992f0f5c4465f8ae8a7b1c6931d.tar.gz
ports-04baea734a8e9992f0f5c4465f8ae8a7b1c6931d.zip
Update to 0.9.3. This version supports Ghostscript 6.50, and
a new abiword module and a man page were added.
Notes
Notes: svn path=/head/; revision=37864
Diffstat (limited to 'chinese/ttfm/Makefile')
-rw-r--r--chinese/ttfm/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile
index d7fd45e63b5d..c19db0ff70f9 100644
--- a/chinese/ttfm/Makefile
+++ b/chinese/ttfm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ttfm
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= chinese print
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ttfm/
@@ -14,7 +14,7 @@ MAINTAINER= keith@FreeBSD.org
USE_FREETYPE= yes
-FONTSDIR= ${PREFIX}/share/fonts/ttf/
+FONTSDIR= ${PREFIX}/share/fonts/TrueType/
MODULESDIR= ${PREFIX}/share/ttfm/
do-install:
@@ -24,8 +24,9 @@ do-install:
.for doc in README USAGE
@${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/ttfm
.endfor
+ @${INSTALL_MAN} ${WRKSRC}/ttfm.sh.1 ${PREFIX}/man/man1
@${MKDIR} ${MODULESDIR}
-.for module in ghostscript6.ttfm xfreetype.ttfm xttfm.ttfm
+.for module in abiword.ttfm ghostscript6.ttfm xfreetype.ttfm xttfm.ttfm
@${INSTALL_SCRIPT} ${WRKSRC}/modules/${module} ${MODULESDIR}
.endfor
.for module in chitex.ttfm ttf2pk.ttfm xttfm-tcl.ttfm
@@ -33,4 +34,6 @@ do-install:
.endfor
@${MKDIR} ${FONTSDIR}
+MAN1= ttfm.sh.1
+
.include <bsd.port.mk>