freebsd-ports/devel/openthreads/Makefile
Kris Kennaway 377caa3884 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 02:59:05 +00:00

39 lines
913 B
Makefile

# New ports collection makefile for: openthreads
# Date created: 16 October 2003
# Whom: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= openthreads
PORTVERSION= 1.2d3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/
DISTNAME= OpenThreads-v1.2dev3-osg0.9.6
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= A library which provides OO thread interface for C++ programmers
USE_GMAKE= yes
USE_REINPLACE= yes
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${DISTNAME}
MAKEFILE= GNUmakefile
# opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default
ALL_TARGET= opt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,%%CXXFLAGS%%,${CXXFLAGS},g' \
${WRKSRC}/Make/makedefs
.include <bsd.port.post.mk>