mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
4de56a776b
- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
35 lines
751 B
Makefile
35 lines
751 B
Makefile
# 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
|
|
COMMENT= C++ library for SDTS related development
|
|
|
|
LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
|
|
MAKE_ARGS= CXX="${CXX}"
|
|
|
|
INFO= sdts++
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500035
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
|
CFLAGS+= -ftemplate-depth-25
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|