1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/ttf2eot/Makefile
Dmitry Marakasov fa22927e05 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>
2009-07-17 15:02:31 +00:00

33 lines
652 B
Makefile

# 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>