summaryrefslogtreecommitdiff
path: root/devel/npth/Makefile
blob: 789bb578ed02f68f235a22491a86fca37d52e96a (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
# New ports collection makefile for:	npth
# Date Created:				2012-08-12
# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	npth
PORTVERSION=	0.91
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=	${PORTNAME}

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

LICENSE=	LGPL3 GPLv2
LICENSE_COMB=	dual

USE_BZIP2=	yes
USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>