summaryrefslogtreecommitdiffstats
path: root/devel/npth/Makefile
blob: eed4906fa2cce35c3030b189839539f5908ee96e (plain)
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
26
27
28
29
# 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
CONFIGURE_ENV+=	ac_cv_search_pthread_create=""
CFLAGS+=	${PTHREAD_CFLAGS}
LDFLAGS+=	${PTHREAD_LIBS}
MAKE_JOBS_SAFE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>
OpenPOWER on IntegriCloud