summaryrefslogtreecommitdiff
path: root/fonts/sourcecodepro-fonts/.#Makefile.1.1
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/sourcecodepro-fonts/.#Makefile.1.1')
-rw-r--r--fonts/sourcecodepro-fonts/.#Makefile.1.125
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/sourcecodepro-fonts/.#Makefile.1.1 b/fonts/sourcecodepro-fonts/.#Makefile.1.1
new file mode 100644
index 00000000000..e95f4e28ca6
--- /dev/null
+++ b/fonts/sourcecodepro-fonts/.#Makefile.1.1
@@ -0,0 +1,25 @@
+# $NetBSD: .#Makefile.1.1,v 1.1 2012/11/03 22:56:25 ryoon Exp $
+#
+
+DISTNAME= SourceCodePro_FontsOnly-1.009
+PKGNAME= ${DISTNAME:S/SourceCodePro_FontsOnly/sourcecodepro-fonts/}
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= http://sourceforge.net/projects/sourcecodepro.adobe/
+COMMENT= Set of monospaced OpenType fonts designed for coding environments
+LICENSE= open-font-license
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTS_DIR= ${PREFIX}/share/fonts/sourcecodepro
+INSTALLATION_DIRS= share/fonts/sourcecodepro
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR}
+
+.include "../../mk/bsd.pkg.mk"