pkgsrc-wip/cantarell-fonts/Makefile

31 lines
733 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2012/12/29 14:23:42 thomasklausner Exp $
#
DISTNAME= cantarell-fonts-0.0.12
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.0/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/CantarellFonts
COMMENT= Contemporary Humanist sans serif font designed for on-screen reading
LICENSE= open-font-license
NO_CONFIGURE= YES
NO_BUILD= YES
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= lib/X11/fonts/TTF
INSTALL_FONTS= Cantarell-Bold.otf \
Cantarell-Regular.otf
do-install:
.for f in ${INSTALL_FONTS}
${INSTALL_DATA} ${WRKSRC}/otf/${f} ${DESTDIR}${FONTDIR}
.endfor
.include "../../mk/bsd.pkg.mk"