1999-11-14 03:44:12 +00:00
|
|
|
# New ports collection makefile for: gtkgraph
|
|
|
|
# Date created: 12 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gtkgraph
|
|
|
|
PORTVERSION= 0.6.1
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 7
|
2000-10-04 06:40:08 +00:00
|
|
|
CATEGORIES= graphics math
|
2001-11-28 23:41:26 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= jedgar
|
1999-11-14 03:44:12 +00:00
|
|
|
|
2006-03-24 06:23:46 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Graphing calculator using GTK+
|
1999-11-14 03:44:12 +00:00
|
|
|
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2000-10-05 06:57:56 +00:00
|
|
|
USE_GMAKE= yes
|
2002-09-03 02:46:49 +00:00
|
|
|
USE_GNOME= imlib
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
1999-11-14 03:44:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 06:57:56 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-11-14 03:44:12 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-05 06:57:56 +00:00
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; s|-O2|${CFLAGS}| ; \
|
2000-10-05 06:57:56 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2000-01-01 22:42:01 +00:00
|
|
|
|
1999-11-14 03:44:12 +00:00
|
|
|
.include <bsd.port.mk>
|