2012-12-29 05:36:59 +01:00
|
|
|
# Created by: rom
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= geg
|
2000-04-27 13:52:13 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2014-09-13 17:11:27 +02:00
|
|
|
PORTREVISION= 8
|
1998-09-16 23:47:38 +02:00
|
|
|
CATEGORIES= math
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/science/visualization/plotting \
|
2000-04-27 13:52:13 +02:00
|
|
|
http://www.infolaunch.com/~daveb/
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2012-12-29 05:36:59 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Visualise multiple 2D-functions of one variable
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2002-08-30 16:07:44 +02:00
|
|
|
USE_GNOME= gtk12
|
2015-06-07 16:47:06 +02:00
|
|
|
USES= autoreconf
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2000-10-05 08:42:57 +02:00
|
|
|
|
2014-02-03 10:40:26 +01:00
|
|
|
PLIST_FILES= bin/geg \
|
|
|
|
man/man1/geg.1.gz
|
1999-11-01 02:02:42 +01:00
|
|
|
|
1998-08-10 02:44:15 +02:00
|
|
|
.include <bsd.port.mk>
|