mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
dfa1f4de4b
- 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
19 lines
436 B
Makefile
19 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>
|