1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/math/geg/Makefile
Antoine Brodin 89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00

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>