pkgsrc/devel/lwp/Makefile
nia eb3548e014 lwp: Update to 2.8
New in 2.8:

 * Cosmetic cleanups, fixed some compile warnings, removed dead code.

New in 2.7:

 * Correctly fix fortify failure.
2020-03-24 17:59:20 +00:00

16 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.30 2020/03/24 17:59:20 nia Exp $
DISTNAME= lwp-2.8
CATEGORIES= devel
MASTER_SITES= http://www.coda.cs.cmu.edu/pub/lwp/src/
MAINTAINER= phil@cs.wwu.edu
# also gdt@NetBDS.org
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= Light Weight Process style threads
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"