18 lines
340 B
Makefile
18 lines
340 B
Makefile
PORTNAME= lwp
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/lwp/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>
|