diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | fe5a7e4bee2fc7a40343278a44de77847b5c91c5 (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /ukrainian/monacofonts/Makefile | |
parent | 9167139629893ea7664f3b1cf93141ff1eeb82b4 (diff) | |
download | FreeBSD-ports-fe5a7e4bee2fc7a40343278a44de77847b5c91c5.zip FreeBSD-ports-fe5a7e4bee2fc7a40343278a44de77847b5c91c5.tar.gz |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Diffstat (limited to 'ukrainian/monacofonts/Makefile')
-rw-r--r-- | ukrainian/monacofonts/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ukrainian/monacofonts/Makefile b/ukrainian/monacofonts/Makefile index ca5e181..27dd97b 100644 --- a/ukrainian/monacofonts/Makefile +++ b/ukrainian/monacofonts/Makefile @@ -3,7 +3,7 @@ PORTNAME= monaco PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ukrainian x11-fonts MASTER_SITES= http://www.brama.com/compute/unix/ PKGNAMEPREFIX= koi8-u- @@ -17,15 +17,13 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USES= zip +USES= fonts zip WRKSRC= ${WRKDIR}/Monaco.bdf +FONTNAME= koi8-u-monaco MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}" -MAKE_ENV+= STAGEDIR="${STAGEDIR}" - -post-install: - ${CAT} ${PKGMESSAGE} +MAKE_ENV+= FONTSDIR="${FONTSDIR}" .include <bsd.port.mk> |