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

PORTNAME=   npth
PORTVERSION=    1.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>