diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:44:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:44:15 +0000 |
commit | 8f4e49668859951d4fe4b0fbe9653ac16ae2b347 (patch) | |
tree | fdac3c103e621a5d2c7cac808dde9d54c6899ecb /math/geg/Makefile | |
parent | Turn on asapm. (diff) |
Initial import of geg version 0.01
Visualize multiple 2D-functions of one variable.
PR: 7527
Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
Notes
Notes:
svn path=/head/; revision=12406
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile new file mode 100644 index 000000000000..539e24571a63 --- /dev/null +++ b/math/geg/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: geg +# Version required: 0.01 +# Date created: 8 Aug 1998 +# Whom: rom +# +# $Id$ +# + +DISTNAME= geg-0.01.src +PKGNAME= geg-0.01 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= Incoming + +MAINTAINER= rom_glsa@ein-hashofet.co.il + +LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/geg-0.01 + +.include <bsd.port.mk> |