aboutsummaryrefslogtreecommitdiffstats
path: root/devel/npth/Makefile
blob: dd3c722f740b0fe494a22eae3fd33df47a03cbf4 (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.2
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>