3d1ca8b38d
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages. * Remove unnecessary include of bsd.prefs.mk. * Change how we disable pthreaded version of lwp by passing values to the configure script via the environment, instead of requiring an extra file.
25 lines
702 B
Makefile
25 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/05/31 22:51:17 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= lwp-1.6
|
|
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*
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
# Don't even to try to use pthreaded version.
|
|
CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|