2000-05-29 04:13:36 +00:00
|
|
|
# New ports collection makefile for: lwp
|
|
|
|
# Date created: Tue Mar 21 17:51:25 EST 2000
|
|
|
|
# Whom: jaharkes
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lwp
|
2004-08-10 17:06:15 +00:00
|
|
|
PORTVERSION= 1.11
|
2000-05-29 04:13:36 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
|
|
|
|
|
2002-12-22 17:46:50 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A userspace thread library
|
2002-11-07 03:40:39 +00:00
|
|
|
|
2000-05-29 04:13:36 +00:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2002-12-22 17:46:50 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-05-29 04:13:36 +00:00
|
|
|
|
2004-03-06 23:07:23 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
|
|
|
BROKEN= "Does not compile on !i386 and !alpha"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|