mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2d8b17ea39
With hat: portmgr
21 lines
337 B
Makefile
21 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= npth
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= New GNU Portable Threads
|
|
|
|
LICENSE= LGPL3 GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|