aboutsummaryrefslogtreecommitdiffstats
path: root/devel/npth/Makefile
blob: cb1c4956abb58c7f3de4477954495bf1068e73c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	npth
PORTVERSION=	1.8
CATEGORIES=	devel
MASTER_SITES=	GNUPG

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	New GNU Portable Threads
WWW=		https://www.gnupg.org/software/npth/index.html

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

USES=		libtool pathfix tar:bzip2
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check

.include <bsd.port.mk>