summaryrefslogtreecommitdiff
path: root/devel/libthreadar/Makefile
blob: be7547a7c0062ab584beeacda9f5dca6dd066a1c (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
PORTVERSION=	1.4.0
CATEGORIES=	devel sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/ \
		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>