blob: 2572b4ce8d8732ad633924b6c994858ffc1c75f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= lwp
PORTVERSION= 2.8
CATEGORIES= devel
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Userspace thread library
WWW= http://www.coda.cs.cmu.edu/
LICENSE= LGPL20
USES= gmake libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|