aboutsummaryrefslogtreecommitdiff
path: root/devel/sdts++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdts++/Makefile')
-rw-r--r--devel/sdts++/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile
index 0a77a387d735..6a088e7ef4af 100644
--- a/devel/sdts++/Makefile
+++ b/devel/sdts++/Makefile
@@ -6,18 +6,16 @@
#
PORTNAME= sdts++
-PORTVERSION= 1.0.4.1
+PORTVERSION= 1.3.1a
CATEGORIES= devel
-MASTER_SITES= http://www.clark.net/~mcoletti/sdts/
-# ftp://resdgw17.er.usgs.gov/pub/sdtsxx/
+MASTER_SITES= ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/ \
+ http://lychnobite.org/sdts/ \
+ ftp://boost.sourceforge.net/pub/boost/release/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} boost_1_23_0.tar.gz
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
-
-post-install:
-.for info in sdts++.info
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_23_0
.include <bsd.port.mk>