aboutsummaryrefslogtreecommitdiffstats
path: root/devel/atlas/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-07-02 02:54:43 +0800
committerperky <perky@FreeBSD.org>2002-07-02 02:54:43 +0800
commitdee85bb5840a3cdda83f4d314bbd6f57a8a029e3 (patch)
treec3725eec39d56cf1ea1a83882651fc10d42a2f26 /devel/atlas/Makefile
parentff0af8e59a0bdffa8e914d2efc7177ca33345f92 (diff)
downloadfreebsd-ports-graphics-dee85bb5840a3cdda83f4d314bbd6f57a8a029e3.tar.gz
freebsd-ports-graphics-dee85bb5840a3cdda83f4d314bbd6f57a8a029e3.tar.zst
freebsd-ports-graphics-dee85bb5840a3cdda83f4d314bbd6f57a8a029e3.zip
Update to 0.4.4
PR: 40085 Submitted by: maintainer
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 d3727090973..54c5eead0c8 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>