summaryrefslogtreecommitdiff
path: root/devel/lwp/Makefile
blob: d15caf895dcabd8f9f351ada884da554cee9343d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.24 2005/08/15 01:14:05 xtraeme Exp $
#

DISTNAME=	lwp-2.0
CATEGORIES=	devel
MASTER_SITES=	http://www.coda.cs.cmu.edu/pub/lwp/src/

MAINTAINER=	phil@cs.wwu.edu
HOMEPAGE=	http://www.coda.cs.cmu.edu/
COMMENT=	Light Weight Process style threads

# ${WRKSRC}/src/process.ss needs pmap handling assembly for
# each arch. Mips has it, but it evidently needs more work.
#
ONLY_FOR_PLATFORM=	NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* \
			NetBSD-*-arm NetBSD-*-arm32 Linux-*-i386 NetBSD-*-x86_64

GNU_CONFIGURE=		YES
USE_LIBTOOL=		YES

.include "../../mk/bsd.pkg.mk"