1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-fonts/anonymous-pro/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

32 lines
680 B
Makefile

# Created by: Norberto Lopes <nlopes.ml@gmail.com>
# $FreeBSD$
PORTNAME= anonymous-pro
PORTVERSION= 1.002
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://www.marksimonson.com/assets/content/fonts/
DISTNAME= AnonymousPro-${PORTVERSION}
MAINTAINER= nlopes.ml@gmail.com
COMMENT= Fixed width sans designed especially for coders
LICENSE= OFL11
USES= fonts zip
NO_BUILD= yes
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${DISTNAME}.001
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>