freebsd-ports/x11-fonts/comfortaa-ttf/Makefile
Raphael Kubo da Costa 10c5a90572 - 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:42:15 +00:00

26 lines
596 B
Makefile

# $FreeBSD$
PORTNAME= comfortaa-ttf
PORTVERSION= 2.004
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://openfontlibrary.org/assets/downloads/comfortaa/38318a69b56162733bf82bc0170b7521/
DISTNAME= comfortaa
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Stylish, modern and free sans-serif true type font
LICENSE= OFL11
USES= zip
FONTDIR= lib/X11/fonts/Comfortaa
NO_BUILD= yes
PLIST_SUB= FONTDIR=${FONTDIR}
WRKSRC= ${WRKDIR}/Comfortaa
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${PREFIX}/${FONTDIR}/
.include <bsd.port.mk>