1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/graphics/Coin/Makefile
Nuno Teixeira e202a808c9 graphics/Coin: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-09 12:58:22 +00:00

44 lines
1.1 KiB
Makefile

PORTNAME= Coin
PORTVERSION= 4.0.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= cmt@FreeBSD.org
COMMENT= C++ 3D graphics library based on the Open Inventor API
WWW= https://github.com/coin3d
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
LIB_DEPENDS= libsimage.so:graphics/simage
USES= gl openal:al libtool pathfix xorg
USE_GITHUB= yes
GH_ACCOUNT= coin3d
GH_PROJECT= coin
USE_GL= gl glu
USE_XORG= ice sm x11 xext xt
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
--enable-3ds-import --enable-sound \
--enable-javascript-api --enable-debug=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
pre-configure:
@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' \
${WRKSRC}/Makefile.in
@${FIND} ${WRKSRC} \( -name \*.cpp -o -name \*.h -a \! \
-name expat.h \) -a -print0 | ${XARGS} -0 \
${REINPLACE_CMD} 's/<stdlib.h>/<cstdlib>/g'
post-build:
@${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \
${WRKSRC}/coin-default.cfg
.include <bsd.port.mk>