freebsd-ports/x11-fonts/artwiz-fonts/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

29 lines
696 B
Makefile

# Created by: Dominic Marks <dominic.marks@btinternet.com>
# $FreeBSD$
PORTNAME= artwiz-fonts
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://kobyla.info/soft/distfiles/ \
LOCAL/garga/artwiz/
DISTNAME= ${PORTNAME}
MAINTAINER= garga@FreeBSD.org
COMMENT= Set of free fonts for X11 desktops
NO_BUILD= yes
USES= fonts tar:bzip2
PKGMESSAGE= ${WRKDIR}/pkg-message
WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME}
FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \
glisp lime mints-mild mints-strong nu snap
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>