19 lines
319 B
Makefile
19 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= npth
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNUPG
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= New GNU Portable Threads
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= tar:bzip2 libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|