summaryrefslogtreecommitdiff
path: root/x11-fonts/courier-prime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/courier-prime/Makefile')
-rw-r--r--x11-fonts/courier-prime/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-fonts/courier-prime/Makefile b/x11-fonts/courier-prime/Makefile
new file mode 100644
index 000000000000..072676a229fb
--- /dev/null
+++ b/x11-fonts/courier-prime/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= courier-prime
+PORTVERSION= g20180831
+CATEGORIES= x11-fonts
+MASTER_SITES= http://quoteunquoteapps.com/downloads/
+DISTNAME= ${PORTNAME}
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= flo@snakeoilproductions.net
+COMMENT= It\'s Courier, just better
+
+LICENSE= OFL11
+LICENSE_FILE= ${WRKSRC}/"Courier Prime/LICENSE/OFL.txt"
+
+USES= fonts zip
+
+NO_ARCH= yes
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/"Courier Prime"/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>