aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/encodings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/encodings/Makefile')
-rw-r--r--x11-fonts/encodings/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11-fonts/encodings/Makefile b/x11-fonts/encodings/Makefile
index 7ce332c60485..2bfb2426e9bf 100644
--- a/x11-fonts/encodings/Makefile
+++ b/x11-fonts/encodings/Makefile
@@ -2,18 +2,24 @@
PORTNAME= encodings
PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
-MASTER_SITES= XORG/individual/font
CATEGORIES= x11-fonts
+MASTER_SITES= XORG/individual/font
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Encoding fonts
+LICENSE= PD
+
+BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale
+
USES= tar:bzip2
USE_XORG= fontutil
-BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts
+post-install:
+ cd ${STAGEDIR}/usr/local/share/fonts/encodings && /usr/local/bin/mkfontscale -b -s -l -n -r -p /usr/local/share/fonts/encodings -e . -e large .
+
.include <bsd.port.mk>