2002-02-11 08:06:12 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: GraphThing
|
|
|
|
# Date created: Feb 10, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= graphthing
|
2003-08-24 09:08:39 +00:00
|
|
|
PORTVERSION= 0.9.2
|
2002-05-15 13:43:44 +00:00
|
|
|
CATEGORIES= math
|
2003-03-23 23:15:26 +00:00
|
|
|
MASTER_SITES= http://graph.seul.org/
|
2002-02-11 08:06:12 +00:00
|
|
|
|
2003-01-09 11:20:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A tool that allows you to create, manipulate and study graphs
|
2002-05-03 07:32:36 +00:00
|
|
|
|
2003-08-25 05:41:38 +00:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
|
2002-05-03 07:32:36 +00:00
|
|
|
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
2002-02-11 08:06:12 +00:00
|
|
|
|
2002-11-19 18:59:45 +00:00
|
|
|
USE_BISON= yes
|
2003-03-23 23:15:26 +00:00
|
|
|
USE_BZIP2= yes
|
2002-08-30 14:07:44 +00:00
|
|
|
USE_GNOME= gtk12
|
2002-02-11 08:06:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|