freebsd-ports/devel/sdts++/Makefile

36 lines
771 B
Makefile
Raw Normal View History

# New ports collection makefile for: sdts++
# Date created: 08 Feb 2000
# Whom: erik@habatech.no
#
# $FreeBSD$
#
PORTNAME= sdts++
PORTVERSION= 1.5.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
http://lychnobite.org/sdts/
MAINTAINER= ports@FreeBSD.org
2003-02-20 12:07:10 -05:00
COMMENT= C++ library for SDTS related development
LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
2004-04-16 19:49:26 -04:00
INFO= sdts++
2004-04-10 13:26:55 -04:00
.include <bsd.port.pre.mk>
2003-05-18 07:36:12 -04:00
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
CFLAGS+= -ftemplate-depth-25
2003-05-18 07:36:12 -04:00
.endif
.include <bsd.port.post.mk>