c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:31 tv Exp $
|
|
#
|
|
|
|
DISTNAME= lwp-1.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
|
|
ftp://ftp.wu-wien.ac.at/pub/systems/coda/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
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|