summaryrefslogtreecommitdiff
path: root/japanese/font-shinonome/Makefile
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-02-05 14:39:48 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-02-05 14:39:48 +0000
commit71729a2f72084299046068c8d762267884f62f1c (patch)
treee804dbcdc6136d03f89be0b67eefb7541eba0730 /japanese/font-shinonome/Makefile
parentThe author made minor fixes without bumping the version number, so update (diff)
Update to 0.9.7.
* Add 18 dots iso8859-1 and jisx0201.1976-0 fonts. * Add LICENSE.
Notes
Notes: svn path=/head/; revision=54237
Diffstat (limited to 'japanese/font-shinonome/Makefile')
-rw-r--r--japanese/font-shinonome/Makefile38
1 files changed, 22 insertions, 16 deletions
diff --git a/japanese/font-shinonome/Makefile b/japanese/font-shinonome/Makefile
index 4651a47842df..7f7f04653e90 100644
--- a/japanese/font-shinonome/Makefile
+++ b/japanese/font-shinonome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shinonome
-PORTVERSION= 0.9.6
+PORTVERSION= 0.9.7
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/shinonome/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
@@ -29,29 +29,34 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
FONTNAMES=\
- shnm6x12a shnm7x14rbi shnmk12maru shnmk14bi \
- shnm6x12ab shnm7x14ri shnmk12marub shnmk14i \
- shnm6x12abi shnm8x16a shnmk12marubi shnmk14min \
- shnm6x12ai shnm8x16ab shnmk12marui shnmk14minb \
- shnm6x12r shnm8x16abi shnmk12min shnmk14minbi \
- shnm6x12rb shnm8x16ai shnmk12minb shnmk14mini \
- shnm6x12rbi shnm8x16r shnmk12minbi shnmk16 \
- shnm6x12ri shnm8x16rb shnmk12mini shnmk16b \
- shnm7x14a shnm8x16rbi shnmk12p shnmk16bi \
- shnm7x14ab shnm8x16ri shnmk12pb shnmk16i \
- shnm7x14abi shnmk12 shnmk12pbi shnmk16min \
- shnm7x14ai shnmk12b shnmk12pi shnmk16minb \
- shnm7x14r shnmk12bi shnmk14 shnmk16minbi \
- shnm7x14rb shnmk12i shnmk14b shnmk16mini
+ shnm6x12a shnm6x12ab shnm6x12ai shnm6x12abi \
+ shnm6x12r shnm6x12rb shnm6x12ri shnm6x12rbi \
+ shnm7x14a shnm7x14ab shnm7x14ai shnm7x14abi \
+ shnm7x14r shnm7x14rb shnm7x14ri shnm7x14rbi \
+ shnm8x16a shnm8x16ab shnm8x16ai shnm8x16abi \
+ shnm8x16r shnm8x16rb shnm8x16ri shnm8x16rbi \
+ shnm9x18a shnm9x18ab shnm9x18ai shnm9x18abi \
+ shnm9x18r shnm9x18rb shnm9x18ri shnm9x18rbi \
+ shnmk12 shnmk12b shnmk12i shnmk12bi \
+ shnmk12p shnmk12pb shnmk12pi shnmk12pbi \
+ shnmk12min shnmk12minb shnmk12mini shnmk12minbi \
+ shnmk12maru shnmk12marub shnmk12marui shnmk12marubi \
+ shnmk14 shnmk14b shnmk14i shnmk14bi \
+ shnmk14min shnmk14minb shnmk14mini shnmk14minbi \
+ shnmk16 shnmk16b shnmk16i shnmk16bi \
+ shnmk16min shnmk16minb shnmk16mini shnmk16minbi
DOCS= AUTHORS BUGS ChangeLog ChangeLog.0 DESIGN.12 DESIGN.14 \
- DESIGN.16 DESIGN.18 INSTALL README THANKS TODO
+ DESIGN.16 DESIGN.18 INSTALL README THANKS TODO LICENSE
PLIST_SUB+= FONTSDIR=${FONTSDIR} DOCSDIR=${DOCSDIR}
post-build:
+ @${ECHO_CMD} -n 'Compressing PCF fonts'
.for i in ${FONTNAMES}
+ @${ECHO_CMD} -n '.'
@cd ${WRKSRC}; ${GZIP_CMD} ${i}.pcf
.endfor
+ @${ECHO_CMD} 'Done'
pre-install:
@${MKDIR} ${PREFIX}/${DOCSDIR}
@@ -60,6 +65,7 @@ pre-install:
${SH} ${PKGREQ} ${PKGNAME} INSTALL
do-install:
+# Do not use original install target since it forces to delete fonts.alias
.for i in ${FONTNAMES}
${INSTALL_DATA} ${WRKSRC}/${i}.pcf.gz ${PREFIX}/${FONTSDIR}
.endfor