aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-ayu18
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-12-30 04:18:50 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-12-30 04:18:50 +0000
commit7d6dcb64c6c47056feb52dfb1bd5f110f47d87a4 (patch)
treeffadc4090d1dca772534b4a5f70521c25ef1d5db /japanese/font-ayu18
parent90600d248aa88b354d18877ec222c373f2a11bf1 (diff)
downloadports-7d6dcb64c6c47056feb52dfb1bd5f110f47d87a4.tar.gz
ports-7d6dcb64c6c47056feb52dfb1bd5f110f47d87a4.zip
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
- Add LICENSE.
Notes
Notes: svn path=/head/; revision=521433
Diffstat (limited to 'japanese/font-ayu18')
-rw-r--r--japanese/font-ayu18/Makefile7
-rw-r--r--japanese/font-ayu18/files/pkg-message.in19
2 files changed, 5 insertions, 21 deletions
diff --git a/japanese/font-ayu18/Makefile b/japanese/font-ayu18/Makefile
index 6e36d3346f66..fe597c1eda66 100644
--- a/japanese/font-ayu18/Makefile
+++ b/japanese/font-ayu18/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ayu18
PORTVERSION= 1.3.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese x11-fonts
MASTER_SITES= OSDN/x-tt/8535/:goth \
OSDN/x-tt/8494/:min
@@ -13,13 +13,16 @@ DISTFILES= ayu18gothic-1.3a${EXTRACT_SUFX}:goth \
MAINTAINER= hrs@FreeBSD.org
COMMENT= Ayu 18-dot Kanji font
+LICENSE= PD
+
BUILD_DEPENDS= mkitalic:x11-fonts/mkbold-mkitalic \
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
PORTDOCS= README.txt
diff --git a/japanese/font-ayu18/files/pkg-message.in b/japanese/font-ayu18/files/pkg-message.in
deleted file mode 100644
index fd51f56edab9..000000000000
--- a/japanese/font-ayu18/files/pkg-message.in
+++ /dev/null
@@ -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
-}
-]