blob: 04f93d4b7f248e55b76e0bb01e9c238d41367135 (
plain) (
blame)
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
|
# Created by: jaharkes
# $FreeBSD$
PORTNAME= lwp
PORTVERSION= 2.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
ftp://ftp.planetmirror.com/pub/coda/src/ \
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A userspace thread library
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e \
's#(libdir)#{prefix}/libdata#g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|