freebsd-ports/devel/npth/Makefile
Jason E. Hale cb223abb13 - Update to 1.4
- Simplify MASTER_SITES
- LICENSE has been changed from LGPL3+/GPLv2+ to LGPL21+
- Remove hack to add -lpthread to LIBS (fixed upstream)
2017-05-17 19:46:25 +00:00

19 lines
319 B
Makefile

# $FreeBSD$
PORTNAME= npth
PORTVERSION= 1.4
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>