freebsd-ports/x11-fonts/c64bdf/Makefile
Baptiste Daroussin a5da770e67 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
2015-03-21 23:05:19 +00:00

25 lines
505 B
Makefile

# Created by: Marcin Cieslak <saper@SYSTEM.PL>
# $FreeBSD$
PORTNAME= c64bdf
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11-fonts
MASTER_SITES= http://beej.us/c64bdf/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= saper@saper.info
COMMENT= Commodore 64 X11 fonts
NO_BUILD= yes
FONTS= c64 c64d
FILES= ${FONTS:S,$,.bdf,}
PLIST_FILES= ${FILES:S,^,${FONTSDIR}/,}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>