1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/openproducer/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

23 lines
605 B
Makefile

# New ports collection makefile for: openproducer
# Date created: 22 July 2003
# Whom: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= openproducer
PORTVERSION= 1.1
CATEGORIES= graphics
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A cross-platform C++/OpenGL library focused on camera control
BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
USE_GL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Producer
.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
.include <bsd.port.mk>