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
35 lines
731 B
Makefile
35 lines
731 B
Makefile
# Created by: heiner Eichmann <h.eichmann@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= manu-gothica
|
|
DISTVERSION= 0
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.bryld.dk/filer/ \
|
|
http://www.kswla.org/KATG%20Page%20Files/
|
|
DISTNAME= manugot19
|
|
EXTRACT_SUFX= .ttf
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Old German blackletter handwriting (Suetterlin)
|
|
|
|
USES= fonts
|
|
|
|
RESTRICTED= The font is free for personal use
|
|
|
|
FONTNAME= TTF
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_ARCH= yes
|
|
PLIST_FILES= ${FONTSDIR}/manugot19.ttf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} manugot19.ttf \
|
|
${STAGEDIR}${FONTSDIR})
|
|
|
|
.include <bsd.port.mk>
|