freebsd-ports/x11-fonts/consolamono-ttf/Makefile
Raphael Kubo da Costa 3b1ce093e5 - Support staging.
- Remove pkg-message about editing xorg.conf, this should not be needed at
  all.
- Stop calling fontconfig on installation and deinstallation: for one, we
  were not depending on fontconfig to begin with, and fontconfig should be
  smart enough to manage its cache automatically anyway.
- Stop depending on and using mkfont{dir,scale}, this is a TTF font.
2014-05-11 11:47:31 +00:00

26 lines
630 B
Makefile

# $FreeBSD$
PORTNAME= consolamono-ttf
PORTVERSION= 20130127
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://openfontlibrary.org/assets/downloads/consolamono/61cc2afcc4eca96efe7c6ebf178d39df/
DISTNAME= consolamono
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Monospace font created for programming, text editors and terminal-use
LICENSE= OFL11
USES= zip
FONTDIR= lib/X11/fonts/ConsolaMono
NO_BUILD= yes
PLIST_SUB= FONTDIR=${FONTDIR}
WRKSRC= ${WRKDIR}/Consola\ Mono
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${PREFIX}/${FONTDIR}/
.include <bsd.port.mk>