1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
2016-11-23 20:50:57 +00:00

21 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= npth
PORTVERSION= 1.3
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
LIBS= -lpthread
INSTALL_TARGET= install-strip
.include <bsd.port.mk>