svn commit: r487543 - head/graphics/Coin

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 15 20:21:08 UTC 2018


Author: yuri
Date: Sat Dec 15 20:21:07 2018
New Revision: 487543
URL: https://svnweb.freebsd.org/changeset/ports/487543

Log:
  graphics/Coin: Add USES=gl; Fix USE_GL; Add LICENSE_FILE

Modified:
  head/graphics/Coin/Makefile

Modified: head/graphics/Coin/Makefile
==============================================================================
--- head/graphics/Coin/Makefile	Sat Dec 15 19:55:59 2018	(r487542)
+++ head/graphics/Coin/Makefile	Sat Dec 15 20:21:07 2018	(r487543)
@@ -11,11 +11,12 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ 3D graphics library based on the Open Inventor 2.1 API
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
 
 LIB_DEPENDS=	libsimage.so:graphics/simage
 
-USES=		openal:al libtool pathfix
-USE_GL=		yes
+USES=		gl openal:al libtool pathfix
+USE_GL=		gl
 USE_XORG=	ice sm x11 xext xt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pthread=yes --enable-threadsafe	\
@@ -32,7 +33,7 @@ pre-configure:
 		${REINPLACE_CMD} 's/<stdlib.h>/<cstdlib>/g'
 
 post-build:
-	${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \
+	@${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \
 		${WRKSRC}/coin-default.cfg
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list