diff options
Diffstat (limited to 'math/graphthing/Makefile')
-rw-r--r-- | math/graphthing/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile new file mode 100644 index 0000000..6903738 --- /dev/null +++ b/math/graphthing/Makefile @@ -0,0 +1,21 @@ +# 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> |