1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/geg/Makefile

28 lines
587 B
Makefile

# Created by: rom
# $FreeBSD$
PORTNAME= geg
PORTVERSION= 1.0.2
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.infolaunch.com/~daveb/
MASTER_SITE_SUBDIR= science/visualization/plotting
MAINTAINER= ports@FreeBSD.org
COMMENT= Visualise multiple 2D-functions of one variable
USE_GNOME= gtk12
USE_AUTOTOOLS= automake autoconf
AUTOMAKE_ARGS= -a -i
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/geg \
man/man1/geg.1.gz
pre-configure:
@(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal)
.include <bsd.port.mk>