aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gfont/Makefile
blob: 4538f59846d1fa327f612cda6c5a5802e8e1c7a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    gfont
# Date created:         09-Sep-1997
# Whom:             Ralf S. Engelschall <rse@engelschall.com>
#
# $FreeBSD$
#

PORTNAME=   gfont
PORTVERSION=    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>