head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.02.14.40.47;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.23.18.46.18;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sfnt2woff
# Date Created:				Sep 23 2011
# Whom:					Andrey Chernov <ache@@freebsd.org>
#
# $FreeBSD: head/www/sfnt2woff/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sfnt2woff
PORTVERSION=	20091004
CATEGORIES=	www converters
MASTER_SITES=	http://people.mozilla.org/~jkew/woff/
DISTNAME=	woff-code-latest

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Convert TTF/OTF fonts to WOFF web embeddable format and back

NO_WRKSUBDIR=	yes
USE_ZIP=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/sfnt2woff bin/woff2sfnt

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \
		 ${PREFIX}/bin

.include <bsd.port.mk>
@


1.2
log
@- Update MAINTAINER: use canonical format for ports@@FreeBSD.org
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Small utilities to convert TTF/OTF fonts to WOFF web embeddable
format and back.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@freebsd.org
@

