aboutsummaryrefslogtreecommitdiff
path: root/math/geg/Makefile
blob: a7e64e34664cf376ac7d2b1eebfe6b2c584b2e7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: rom
# $FreeBSD$

PORTNAME=	geg
PORTVERSION=	1.0.2
PORTREVISION=	8
CATEGORIES=	math
MASTER_SITES=	SUNSITE/science/visualization/plotting \
		http://www.infolaunch.com/~daveb/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Visualise multiple 2D-functions of one variable

USE_GNOME=	gtk12
USES=		autoreconf
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib

PLIST_FILES=	bin/geg \
		man/man1/geg.1.gz

.include <bsd.port.mk>