aboutsummaryrefslogtreecommitdiff
path: root/devel/sdts++/Makefile
blob: 67c4342502d04ef305595c1ec39d4a6b26a8ce8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: erik@habatech.no

PORTNAME=	sdts++
PORTVERSION=	1.5.1
PORTREVISION=	19
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>