1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/geg/Makefile
Steve Price 8f4e496688 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>
1998-08-10 00:44:15 +00:00

26 lines
480 B
Makefile

# 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>