diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-12 20:56:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-12 20:56:48 +0000 |
commit | 692ffc0876121ace6b3143b24e93eada86a32d3a (patch) | |
tree | 263304d9bfe482176027fa9aa2116e551107f575 /math/grace/Makefile | |
parent | 4987c5de52f663f3b654c9efa49142ccb4128c9f (diff) |
Notes
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 14323814660a..c216f88c8a0f 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -6,11 +6,14 @@ # PORTNAME= grace -PORTVERSION= 5.1.18 -PORTREVISION= 1 +PORTVERSION= 5.1.19 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ + ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ + ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ + ftp://ftp.chg.ru/pub/math/grace/src/stable/ \ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/ MAINTAINER= ports@FreeBSD.org @@ -37,6 +40,7 @@ CONFIGURE_ARGS= \ --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \ --enable-grace-home=${X11BASE}/lib/X11/grace +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= # empty INSTALL_TARGET= install links |