1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/gfont/Makefile
Baptiste Daroussin 4e36828cbe Deprecate unmaintained ports from graphics where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 18:16:42 +00:00

34 lines
774 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= 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
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>