freebsd-ports/devel/openthreads/Makefile
Jean-Yves Lefort dfa1f4de4b - Update openthreads to 1.5
- Update openproducer to 1.1 and move to LOCALBASE
- Update osg to 1.2 and move to LOCALBASE
- Take maintainerships

PR:		ports/105729
Submitted by:	jylefort
Approved by:	maintainers
2006-11-26 04:09:23 +00:00

18 lines
436 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.5
CATEGORIES= devel
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A library which provides a C++ object-oriented thread interface
WRKSRC= ${WRKDIR}/${DISTNAME}/OpenThreads
.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
.include <bsd.port.mk>