freebsd-ports/graphics/openproducer/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

23 lines
621 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
PORTREVISION= 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>