summaryrefslogtreecommitdiff
path: root/devel/libthreadar/Makefile
blob: bcd9bec483e8ae1e2c9d5bc3fe192c2ed07122d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libthreadar
DISTVERSION=	1.5.2
CATEGORIES=	devel sysutils
MASTER_SITES=	SF/${PORTNAME}/${DISTVERSION}/ \
		https://dar.edrusb.org/libthreadar/Releases/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Abstracted set of C++ *classes* to manipulate threads
WWW=		https://libthreadar.sourceforge.net/

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER

USES=		libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check

.include <bsd.port.mk>