aboutsummaryrefslogtreecommitdiff
path: root/graphics/gfont/Makefile
blob: 13fa43dd5f3dab0fe1b638b2f8ae318207365fc4 (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
# New ports collection makefile for:	gfont
# Date created:			09-Sep-1997
# Whom:				Ralf S. Engelschall <rse@engelschall.com>
#
# $FreeBSD$
#

PORTNAME=	gfont
PORTVERSION=	1.0.3
PORTREVISION=	5
CATEGORIES=	graphics print www
MASTER_SITES=	ftp://ftp.ossp.org/pkg/tool/gfont/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphics Font - Create GIF image rendered with TeX-available Font

BUILD_DEPENDS=	gsftopk:${PORTSDIR}/print/teTeX
RUN_DEPENDS=	gsftopk:${PORTSDIR}/print/teTeX

USE_GHOSTSCRIPT_BUILD=	yes
USE_PERL5=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_UNSAFE=yes

MAN1=		gfont.1

post-patch:
	@${PERL} -pi -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

.include <bsd.port.mk>