2386eabc07
A tool that allows you to create, manipulate and study graphs
22 lines
377 B
Makefile
22 lines
377 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: GraphThing
|
|
# Date created: Feb 10, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= graphthing
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
|
|
DISTNAME= GraphThing-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|