mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
20 lines
318 B
Makefile
20 lines
318 B
Makefile
# $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>
|