aboutsummaryrefslogtreecommitdiff
path: root/devel/npth/Makefile
blob: caa009edf61eaa9b7936699e1e32dd8900aecde3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	npth
PORTVERSION=	0.91
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	GNUPG/${PORTNAME}

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	New GNU Portable Threads

LICENSE=	LGPL3 GPLv2
LICENSE_COMB=	dual

USES=		tar:bzip2 libtool
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>