blob: 2630e15895abca3a0f44cf4e78f83a59faeb47b7 (
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
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: geg
# Date created: 8 Aug 1998
# Whom: rom
#
# $FreeBSD$
#
PORTNAME= geg
PORTVERSION= 1.0.2
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.infolaunch.com/~daveb/
MASTER_SITE_SUBDIR= science/visualization/plotting
MAINTAINER= domi@saargate.de
COMMENT= Visualise multiple 2D-functions of one variable
USE_GNOME= gtk12
USE_AUTOTOOLS= automake:15 autoconf:262
AUTOMAKE_ARGS= -a -i
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= geg.1
PLIST_FILES= bin/geg
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
.include <bsd.port.mk>
|