aboutsummaryrefslogtreecommitdiff
path: root/print/gfontview/Makefile
blob: 71d3218c24fd7d6470e3c5c565621ce56cc7c43c (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
33
34
35
36
37
38
# ex:ts=8
# New ports collection makefile for:	gfontview
# Date created:			Jul 9, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	gfontview
PORTVERSION=	0.5.0
PORTREVISION=	5
CATEGORIES=	print gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An outline font viewer

LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib

USE_X_PREFIX=	yes
USE_GNOME=	gnomehack gnomelibs gnomeprefix
USE_FREETYPE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \
			  -I${LOCALBASE}/include" \
		SPOOLER="/usr/bin/lpr" \
		LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--with-fontdir="${LOCALBASE}/share/ghostscript/fonts" \
		--with-libungif

post-patch:
	@${REINPLACE_CMD} -e \
		's|CXXFLAGS="-O2"|CXXFLAGS="$$CXXFLAGS"|g' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e \
		's|-I/usr/include/freetype||g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>