summaryrefslogtreecommitdiff
path: root/x11-fonts/comic-neue/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2014-04-25 15:25:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2014-04-25 15:25:16 +0000
commite0878cc099a19dc012692e1b274b61ee4bfa4a6c (patch)
tree8cddd5dca7cfc136ef5e94ba986360a900263382 /x11-fonts/comic-neue/Makefile
parent- Update from 1.8 to 1.8.1 (diff)
Import comic-neue 1.1.
Comic Neue is a set of free fonts providing an alternative to Microsoft’s popular Comic Sans font.
Notes
Notes: svn path=/head/; revision=352135
Diffstat (limited to 'x11-fonts/comic-neue/Makefile')
-rw-r--r--x11-fonts/comic-neue/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-fonts/comic-neue/Makefile b/x11-fonts/comic-neue/Makefile
new file mode 100644
index 000000000000..704d46f01da8
--- /dev/null
+++ b/x11-fonts/comic-neue/Makefile
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME= comic-neue
+PORTVERSION= 1.1
+CATEGORIES= x11-fonts
+MASTER_SITES= http://comicneue.com/
+
+MAINTAINER= kevlo@FreeBSD.org
+COMMENT= Free Comic Sans alternative
+
+LICENSE= CC0
+LICENSE_NAME= CC0 1.0 Universal
+LICENSE_TEXT= See http://creativecommons.org/publicdomain/zero/1.0/
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= zip
+NO_BUILD= yes
+
+PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
+FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
+SUB_FILES= pkg-message
+SUB_LIST= FONTSDIR=${FONTSDIR}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>