1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/sdts++/Makefile

35 lines
753 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
CATEGORIES= devel
MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
http://lychnobite.org/sdts/
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= C++ library for SDTS related development
LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
MAKE_ARGS= CXX="${CXX}"
2004-04-16 23:49:26 +00:00
INFO= sdts++
2004-04-10 17:26:55 +00:00
.include <bsd.port.pre.mk>
2003-05-18 11:36:12 +00:00
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
CFLAGS+= -ftemplate-depth-25
2003-05-18 11:36:12 +00:00
.endif
.include <bsd.port.post.mk>