mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
93872f18cc
tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
32 lines
726 B
Makefile
32 lines
726 B
Makefile
# New ports collection makefile for: sdts++
|
|
# Date created: 08 Feb 2000
|
|
# Whom: erik@habatech.no
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sdts++
|
|
PORTVERSION= 1.3.1a
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/:site1 \
|
|
http://lychnobite.org/sdts/:site1 \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= boost
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:site1 \
|
|
boost_1_27_0${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ library for SDTS related development
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Configure fails"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|