blob: 5de5e6e8aefcd6b07e71221d23c2bac9ece9bd5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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= ports@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>
|