2000-12-19 08:46:57 +00:00
|
|
|
# Ports collection makefile for: gom
|
|
|
|
# Date created: 12 Nov 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-03-12 15:00:53 +00:00
|
|
|
PORTNAME= gozer
|
2002-11-07 11:26:44 +00:00
|
|
|
PORTVERSION= 0.7
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 5
|
2000-12-19 08:46:57 +00:00
|
|
|
CATEGORIES= graphics
|
2006-03-08 11:14:15 +00:00
|
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/
|
2000-12-19 08:46:57 +00:00
|
|
|
|
2002-06-04 01:38:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-03-08 11:14:15 +00:00
|
|
|
COMMENT= Commandline text rendering utility - creates images from text
|
2000-12-19 08:46:57 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
|
|
|
|
|
2002-01-27 17:21:30 +00:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ARGS= --with-giblib-prefix=${LOCALBASE}
|
2002-11-07 11:26:44 +00:00
|
|
|
|
|
|
|
MAN1= gozer.1
|
2000-12-19 08:46:57 +00:00
|
|
|
|
2001-11-24 01:34:56 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= NO_DOC=yes
|
|
|
|
.endif
|
|
|
|
|
2000-12-19 08:46:57 +00:00
|
|
|
.include <bsd.port.mk>
|