freebsd-ports/graphics/gozer/Makefile
Will Andrews a00cbaa039 Add gom 0.1, a commandline text rendering utility that creates images
from arbitrary text.

PR:		22798
Submitted by:	Jeremy Norris <ishmael27@home.com>
2000-12-19 08:46:57 +00:00

22 lines
395 B
Makefile

# Ports collection makefile for: gom
# Date created: 12 Nov 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= gom
PORTVERSION= 0.1
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= gom.1
.include <bsd.port.mk>