2012-12-29 05:36:59 +01:00
|
|
|
# Created by: rom
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= geg
|
2000-04-27 13:52:13 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 7
|
1998-09-16 23:47:38 +02:00
|
|
|
CATEGORIES= math
|
2000-04-27 13:52:13 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://www.infolaunch.com/~daveb/
|
|
|
|
MASTER_SITE_SUBDIR= science/visualization/plotting
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2012-12-29 05:36:59 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Visualise multiple 2D-functions of one variable
|
1998-08-10 02:44:15 +02:00
|
|
|
|
2002-08-30 16:07:44 +02:00
|
|
|
USE_GNOME= gtk12
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake autoconf
|
2001-10-30 02:47:27 +01:00
|
|
|
AUTOMAKE_ARGS= -a -i
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2000-10-05 08:42:57 +02:00
|
|
|
|
2000-07-07 21:59:26 +02:00
|
|
|
MAN1= geg.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/geg
|
1999-11-01 02:02:42 +01:00
|
|
|
|
2000-07-07 21:59:26 +02:00
|
|
|
pre-configure:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
1999-11-01 02:02:42 +01:00
|
|
|
|
1998-08-10 02:44:15 +02:00
|
|
|
.include <bsd.port.mk>
|