mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
89b4379a17
With hat: portmgr
27 lines
522 B
Makefile
27 lines
522 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
|
|
|
|
DEPRECATED= Uses obsolete glib12
|
|
EXPIRATION_DATE= 2018-12-20
|
|
|
|
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>
|