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
|
2004-11-18 22:01:14 +01:00
|
|
|
PORTVERSION= 1.12
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-05-29 06:13:36 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
|
|
|
|
|
2002-12-22 18:46:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-05-29 06:13:36 +02:00
|
|
|
|
2004-03-07 00:07:23 +01: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>
|