aboutsummaryrefslogtreecommitdiff
path: root/devel/atlas/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-07-01 18:54:43 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-07-01 18:54:43 +0000
commit13cfbb1029c1f7ff1d35ee70c8097fdfe8298d0a (patch)
treeb9e637723cd06b5cb9c57ed3f64f8c0c957458fe /devel/atlas/Makefile
parent0a5fa44e67c0bc74b2a34c2633154f8c645ad1ca (diff)
downloadports-13cfbb1029c1f7ff1d35ee70c8097fdfe8298d0a.tar.gz
ports-13cfbb1029c1f7ff1d35ee70c8097fdfe8298d0a.zip
Notes
Diffstat (limited to 'devel/atlas/Makefile')
-rw-r--r--devel/atlas/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile
index d3727090973f..54c5eead0c8a 100644
--- a/devel/atlas/Makefile
+++ b/devel/atlas/Makefile
@@ -6,18 +6,15 @@
#
PORTNAME= Atlas
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.4
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/acorn/0.3/src/ \
- http://kafka.i-site.com/~novalis/mirrors/acorn/0.3/src/ \
+MASTER_SITES= ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/ \
+ ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/Atlas-C++/
+DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
MAINTAINER= lehmann@ans-netz.de
-LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \
- SDL-1.1.4:${PORTSDIR}/devel/sdl12
-
-USE_NEWGCC= YES
USE_LIBTOOL= YES
-CONFIGURE_ARGS= --prefix=${PREFIX}
+GNU_CONFIGURE= YES
.include <bsd.port.mk>