1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/gtkgraph/Makefile
Steve Price 5354f8b966 Initial import of gtkgraph version 0.5.0.
A GTK-based graph plotting utility.

PR:		148845
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-14 03:44:12 +00:00

31 lines
717 B
Makefile

# New ports collection makefile for: gtkgraph
# Version required: 0.5.0
# Date created: 12 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= gtkgraph-0.5.0
CATEGORIES= math
MASTER_SITES= http://gtkgraph.linuxbox.com/
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${PORTSDIR}/devel/gettext \
gdk_imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>