aboutsummaryrefslogtreecommitdiff
path: root/www/ttf2eot/Makefile
blob: 52cdbe0c29c0873436309fe8e2d289b48b155ed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>