1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/gozer/Makefile
Renato Botelho 2588e596bf - UNBREAK: Make it fetchable again
- Paficy portlint(1)

PR:		ports/94212
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (erwin)
2006-03-08 11:14:15 +00:00

30 lines
631 B
Makefile

# Ports collection makefile for: gom
# Date created: 12 Nov 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= gozer
PORTVERSION= 0.7
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-porbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-giblib-prefix=${X11BASE}
MAN1= gozer.1
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
.endif
.include <bsd.port.mk>