freebsd-ports/graphics/gfont/Makefile
Satoshi Asami 2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00

29 lines
632 B
Makefile

# New ports collection makefile for: gfont
# Version required: 1.0.2
# Date created: 09-Sep-1997
# Whom: Ralf S. Engelschall <rse@engelschall.com>
#
# $FreeBSD$
#
DISTNAME= gfont-1.0.2
CATEGORIES= graphics print www
MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \
ftp://ftp.engelschall.com/sw/gfont/ \
http://www.hyperreal.org/software/engelschall/gfont/
MAINTAINER= rse@engelschall.com
RUN_DEPENDS= mf:${PORTSDIR}/print/teTeX \
gftopk:${PORTSDIR}/print/teTeX \
gsftopk:${PORTSDIR}/print/teTeX
.include <bsd.port.pre.mk>
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= gfont.1
.include <bsd.port.post.mk>