pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/roboto-fonts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  6 08:57:04 UTC 2019

Modified Files:
        pkgsrc/fonts/roboto-fonts: Makefile

Log Message:
roboto-fonts: convert to fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/roboto-fonts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/roboto-fonts/Makefile
diff -u pkgsrc/fonts/roboto-fonts/Makefile:1.7 pkgsrc/fonts/roboto-fonts/Makefile:1.8
--- pkgsrc/fonts/roboto-fonts/Makefile:1.7      Wed Sep 23 11:34:16 2015
+++ pkgsrc/fonts/roboto-fonts/Makefile  Sat Apr  6 08:57:04 2019
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/09/23 11:34:16 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.8 2019/04/06 08:57:04 wiz Exp $
 
 DISTNAME=      roboto-fonts-20150923
 CATEGORIES=    fonts
@@ -10,36 +9,5 @@ HOMEPAGE=     https://www.google.com/fonts/s
 COMMENT=       Roboto font family from Google's Android
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
-NO_BUILD=      yes
-
-FONTDIR=       ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf=        ${FONTDIR}
-
-INSTALLATION_DIRS=     share/fonts/X11/TTF
-
-INSTALL_FONTS= Roboto-Black.ttf \
-               Roboto-BlackItalic.ttf \
-               Roboto-Bold.ttf \
-               Roboto-BoldItalic.ttf \
-               Roboto-Italic.ttf \
-               Roboto-Light.ttf \
-               Roboto-LightItalic.ttf \
-               Roboto-Medium.ttf \
-               Roboto-MediumItalic.ttf \
-               Roboto-Regular.ttf \
-               Roboto-Thin.ttf \
-               Roboto-ThinItalic.ttf \
-               RobotoCondensed-Bold.ttf \
-               RobotoCondensed-BoldItalic.ttf \
-               RobotoCondensed-Italic.ttf \
-               RobotoCondensed-Light.ttf \
-               RobotoCondensed-LightItalic.ttf \
-               RobotoCondensed-Regular.ttf
-
-do-install:
-.for i in ${INSTALL_FONTS}
-       ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${FONTDIR}
-.endfor
-
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index