summaryrefslogtreecommitdiff
path: root/fonts/CamingoCode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/CamingoCode/Makefile')
-rw-r--r--fonts/CamingoCode/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/fonts/CamingoCode/Makefile b/fonts/CamingoCode/Makefile
new file mode 100644
index 00000000000..58758af5282
--- /dev/null
+++ b/fonts/CamingoCode/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2014/06/08 00:17:58 wiz Exp $
+
+DISTNAME= CamingoCode-v1.0
+PKGNAME= ${DISTNAME:S/-v/-/}
+CATEGORIES= fonts
+MASTER_SITES= http://www.janfromm.de/_data/downloads/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.janfromm.de/typefaces/camingomono/camingocode/
+COMMENT= Font designed for source-code editors
+#LICENSE= cc-by-nd-v3.0-license
+
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= # none
+
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/CamingoCode
+
+do-build:
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${DESTDIR}${FONTS_DIRS.ttf}
+ cd ${WRKSRC} && ${INSTALL_DATA} readme* ${DESTDIR}${PREFIX}/share/doc/CamingoCode
+
+.include "../../mk/bsd.pkg.mk"