73f7c91b5d
(Part 1)
40 lines
951 B
Makefile
40 lines
951 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= 3
|
|
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
|
|
USE_REINPLACE= 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>
|