1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.

- Add LICENSE.
- Update MASTER_SITES.
This commit is contained in:
Hiroki Sato 2019-12-30 04:28:12 +00:00
parent f173b59cee
commit 9adc8c4fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521436
2 changed files with 10 additions and 22 deletions

View File

@ -3,21 +3,28 @@
PORTNAME= elisa8
PORTVERSION= 1.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://www.bsdbbq.org/~toshi/distfiles/
MASTER_SITES= LOCAL/hrs
PKGNAMEPREFIX= ja-font-
DISTNAME= elisat10
MAINTAINER= toshi@tea.forus.or.jp
COMMENT= 8-dot Kanji font 'elisa'
LICENSE= NOTPARTIAL-NOTCOMMERCIAL
LICENSE_NAME= Whole, not partial, and not commercial
LICENSE_TEXT= Free redistribution of the whole package allowed, \
not partial, and not commercial
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USES= fonts
FONTPATHSPEC= ${FONTNAME}:unscaled:pri=60
NO_ARCH= yes
NO_WRKSUBDIR= yes
SUB_FILES= Makefile pkg-message
SUB_FILES= Makefile
MAKEFILE= ${WRKDIR}/Makefile
SUB_LIST= BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \
GZIP_CMD="${GZIP_CMD}"

View File

@ -1,19 +0,0 @@
[
{ type: install
message: <<EOM
You can start using the font(s) by following these instructions:
Either type the following in an X terminal:
xset fp+ %%FONTSDIR%%
xset fp rehash
Or, more permanently, add the following line to the "Files" section
of your X.Org configuration file (typically /etc/X11/xorg.conf):
FontPath "%%FONTSDIR%%/"
then restart X.
EOM
}
]