1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/print/gfontview/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
858 B
Makefile

# ex:ts=8
# New ports collection makefile for: gfontview
# Date created: Jul 9, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gfontview
PORTVERSION= 0.5.0
PORTREVISION= 7
CATEGORIES= print gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An outline font viewer
LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib
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>