1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/gfont/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
649 B
Makefile

# 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= 2
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
MAN1= gfont.1
post-patch:
@${PERL} -pi -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>