a5da770e67
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
27 lines
630 B
Makefile
27 lines
630 B
Makefile
# Created by: Matt Lancereau <matt@rimasec.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artwiz-aleczapka-en
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Set of (improved) artwiz fonts
|
|
|
|
NO_BUILD= yes
|
|
USES= fonts tar:bzip2
|
|
|
|
FONTS= anorexia aqui cure cursor drift edges fkp gelly \
|
|
glisp-bold glisp kates lime mints-mild mints-strong \
|
|
nu smoothansi snap
|
|
FILES= ${FONTS:S,$,.pcf,}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
.for f in ${FILES}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${FONTSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|