2003-07-26 01:35:08 +02:00
|
|
|
# New ports collection makefile for: openproducer
|
|
|
|
# Date created: 22 July 2003
|
|
|
|
# Whom: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openproducer
|
2006-11-26 05:09:23 +01:00
|
|
|
PORTVERSION= 1.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-07-26 01:35:08 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2006-11-26 05:09:23 +01:00
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
2003-07-26 01:35:08 +02:00
|
|
|
COMMENT= A cross-platform C++/OpenGL library focused on camera control
|
|
|
|
|
2003-11-06 13:52:46 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
|
2006-11-26 05:09:23 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
|
2003-11-06 13:52:46 +01:00
|
|
|
|
2005-01-29 15:05:00 +01:00
|
|
|
USE_GL= yes
|
2006-11-01 09:06:27 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Producer
|
2003-07-26 01:35:08 +02:00
|
|
|
|
2006-11-26 05:09:23 +01:00
|
|
|
.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
|
2003-07-26 01:35:08 +02:00
|
|
|
.include <bsd.port.mk>
|