mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
b8039ea566
UnBROKENed Makefile, and changed HAS_CONFIGURE to the more appropriate GNU_CONFIGURE. Port builds on -STABLE(jade.chc-chimes.com) and -CURRENT(bento) now. PR: ports/8807 Submitted by: Ian Struble <ian@disavowed.broken.net>
29 lines
668 B
Makefile
29 lines
668 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>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/11/16 07:12:06 asami Exp $
|
|
#
|
|
|
|
DISTNAME= gfont-1.0.2
|
|
CATEGORIES= graphics print www
|
|
MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \
|
|
ftp://ftp.engelschall.com/sw/gfont/ \
|
|
ftp://ftp.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.mk>
|