ports/devel/sdts++/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

30 lines
661 B
Makefile

# Created by: erik@habatech.no
# $FreeBSD$
PORTNAME= sdts++
PORTVERSION= 1.5.1
PORTREVISION= 9
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= libboost_thread.so:devel/boost-libs
DOS2UNIX_GLOB= *.cpp
USES= autoreconf bison dos2unix gmake libtool makeinfo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
INFO= sdts++
post-patch:
.for f in AUTHORS ChangeLog NEWS README
@${TOUCH} ${WRKSRC}/sysutils/${f}
.endfor
.include <bsd.port.mk>