aboutsummaryrefslogtreecommitdiff
path: root/www/ttf2eot
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-17 15:02:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-17 15:02:31 +0000
commitfa22927e05d492a871f8d8496388a36b3ec9425a (patch)
tree17d9318a3a06d027bba18cd7405a723760db9ff7 /www/ttf2eot
parentf3b2456bd5722ec6e1abdd91d9dfc09eac144724 (diff)
downloadports-fa22927e05d492a871f8d8496388a36b3ec9425a.tar.gz
ports-fa22927e05d492a871f8d8496388a36b3ec9425a.zip
Very small utility to convert TTF files to EOT.
EOT is used by Internet Explorer to support css @font-face declarations. WWW: http://code.google.com/p/ttf2eot/ PR: 136824 Submitted by: Stefan Bethke <stb@lassitu.de>
Notes
Notes: svn path=/head/; revision=237984
Diffstat (limited to 'www/ttf2eot')
-rw-r--r--www/ttf2eot/Makefile32
-rw-r--r--www/ttf2eot/distinfo3
-rw-r--r--www/ttf2eot/pkg-descr4
3 files changed, 39 insertions, 0 deletions
diff --git a/www/ttf2eot/Makefile b/www/ttf2eot/Makefile
new file mode 100644
index 000000000000..52cdbe0c29c0
--- /dev/null
+++ b/www/ttf2eot/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: ttf2eot
+# Date Created: July 16 2009
+# Whom: Stefan Bethke <stb@lassitu.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ttf2eot
+DISTVERSION= 0.0.2-2
+CATEGORIES= www converters
+MASTER_SITES= GOOGLE_CODE
+
+MAINTAINER= stb@lassitu.de
+COMMENT= Convert TTF font file to EOT web embeddable file
+
+USE_GMAKE= yes
+ALL_TARGET= ttf2eot
+
+PLIST_FILES= bin/ttf2eot
+PORTDOCS= README
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttf2eot ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/ttf2eot/distinfo b/www/ttf2eot/distinfo
new file mode 100644
index 000000000000..15f0aec3a2c9
--- /dev/null
+++ b/www/ttf2eot/distinfo
@@ -0,0 +1,3 @@
+MD5 (ttf2eot-0.0.2-2.tar.gz) = 97c9ceb0ded362bf2e6dd3a3a9360f8d
+SHA256 (ttf2eot-0.0.2-2.tar.gz) = 023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8
+SIZE (ttf2eot-0.0.2-2.tar.gz) = 4951
diff --git a/www/ttf2eot/pkg-descr b/www/ttf2eot/pkg-descr
new file mode 100644
index 000000000000..bd611d03327b
--- /dev/null
+++ b/www/ttf2eot/pkg-descr
@@ -0,0 +1,4 @@
+Very small utility to convert TTF files to EOT.
+EOT is used by Internet Explorer to support css @font-face declarations.
+
+WWW: http://code.google.com/p/ttf2eot/