freebsd-ports/graphics/gozer/Makefile

29 lines
566 B
Makefile

# Ports collection makefile for: gom
# Date created: 12 Nov 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= gozer
PORTVERSION= 0.7
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Commandline text rendering utility - creates images from text
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-giblib-prefix=${LOCALBASE}
MAN1= gozer.1
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
.endif
.include <bsd.port.mk>