2000-05-29 06:13:36 +02:00
|
|
|
# New ports collection makefile for: lwp
|
|
|
|
# Date created: Tue Mar 21 17:51:25 EST 2000
|
|
|
|
# Whom: jaharkes
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lwp
|
2008-04-15 04:06:53 +02:00
|
|
|
PORTVERSION= 2.4
|
2000-05-29 06:13:36 +02:00
|
|
|
CATEGORIES= devel
|
2006-10-05 19:09:55 +02:00
|
|
|
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/
|
2000-05-29 06:13:36 +02:00
|
|
|
|
2008-04-15 04:06:53 +02:00
|
|
|
MAINTAINER= wenheping@gmail.com
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A userspace thread library
|
2002-11-07 04:40:39 +01:00
|
|
|
|
2000-05-29 06:13:36 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-05 19:09:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-07 00:07:23 +01:00
|
|
|
|
2008-04-15 04:06:53 +02:00
|
|
|
post-extract:
|
|
|
|
.for file in pkgs/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's#(libdir)#{prefix}/libdata#g' \
|
|
|
|
${WRKSRC}/${file}
|
|
|
|
.endfor
|
|
|
|
|
2007-04-15 21:15:42 +02:00
|
|
|
.include <bsd.port.mk>
|