mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
24 lines
460 B
Makefile
24 lines
460 B
Makefile
# Created by: rom
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geg
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 9
|
|
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>
|