mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
335 B
Makefile
21 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= npth
|
|
PORTVERSION= 0.91
|
|
PORTREVISION= 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>
|