summaryrefslogtreecommitdiff
path: root/x11-fonts/open-sans/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 09:15:12 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 09:15:12 +0000
commit6bcc76c417c12615705b0df9457d41df639acb66 (patch)
tree821fb91a1fd054e73e388dfd9d3d48f2c8a85f37 /x11-fonts/open-sans/Makefile
parentAdd a patch to reduce verbosity of doveadm when calling the xapian backend (diff)
New port: x11-fonts/open-sans
Open Sans is a clean and modern sans-serif typeface designed by Steve Matteson and commissioned by Google. It is especially designed for legibility across print, web, and mobile interfaces. WWW: https://www.opensans.com PR: 231311 Submitted by: Florian Limberger <flo@snakeoilproductions.net>
Notes
Notes: svn path=/head/; revision=511917
Diffstat (limited to 'x11-fonts/open-sans/Makefile')
-rw-r--r--x11-fonts/open-sans/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-fonts/open-sans/Makefile b/x11-fonts/open-sans/Makefile
new file mode 100644
index 000000000000..36690aa5eb58
--- /dev/null
+++ b/x11-fonts/open-sans/Makefile
@@ -0,0 +1,28 @@
+# Created by: Florian Limberger <flo@snakeoilproductions.net>
+# $FreeBSD$
+
+PORTNAME= open-sans
+PORTVERSION= 20180831
+CATEGORIES= x11-fonts
+MASTER_SITES= https://www.opensans.com/download/
+DISTFILES= ${PORTNAME}.zip \
+ ${PORTNAME}-condensed.zip
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= flo@snakeoilproductions.net
+COMMENT= Clean and modern sans-serif typeface
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/Apache\ License.txt
+
+USES= fonts zip
+
+NO_ARCH= yes
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>