aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing/Makefile
blob: 29442b5ad89cbde2feb7d2b0b9f2700bd04c8051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# Ports collection makefile for:	GraphThing
# Date created:			Feb 10, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	graphthing
PORTVERSION=	0.9.2
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://graph.seul.org/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tool that allows you to create, manipulate and study graphs

LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext \
		gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--

USE_BISON=	yes
USE_BZIP2=	yes
USE_GNOME=	gtk12
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>