blob: 4b9c536aa05f477c0089af1269ee857e57927749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.7 2000/09/29 15:40:27 fredb Exp $
#
DISTNAME= lwp-1.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.coda.cs.cmu.edu/
# ${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
.include "../../mk/bsd.prefs.mk"
# Don't even to try to use pthreaded version.
pre-configure:
${CP} ${FILESDIR}/config.cache ${WRKSRC}/
.include "../../mk/bsd.pkg.mk"
|