summaryrefslogtreecommitdiff
path: root/graphics/openproducer/Makefile
blob: 2a62862e87c9ad358070fcc04a67fd3e25578488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:	openproducer
# Date created:		22 July 2003
# Whom:			Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	openproducer
PORTVERSION=	0.8.5
CATEGORIES=	graphics
MASTER_SITES=	http://www.andesengineering.com/Producer/Download/
DISTNAME=	Producer-${PORTVERSION}-3

MAINTAINER=	lawrance@FreeBSD.org
COMMENT=	A cross-platform C++/OpenGL library focused on camera control

BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads

USE_X_PREFIX=	yes
USE_GL=		yes
USE_GMAKE=	yes
MAKE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS}
ONLY_FOR_ARCHS=	i386
PORTDOCS=	*
INSTALLS_SHLIB=	yes

WRKSRC=		${WRKDIR}/Producer
MAKEFILE=	GNUmakefile

# opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default
ALL_TARGET=	opt

post-patch:
	@${REINPLACE_CMD} -e 's,%%CXXFLAGS%%,${CXXFLAGS},g' \
	${WRKSRC}/Make/makedefs

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${CP} -r ${WRKSRC}/doc/ ${DOCSDIR}
.endif

.include <bsd.port.mk>