1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/graphthing/Makefile

27 lines
512 B
Makefile
Raw Normal View History

# 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/
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
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_BISON= yes
2003-03-23 23:15:26 +00:00
USE_BZIP2= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>