svn commit: r459619 - head/graphics/opencsg

Michael Reifenberger mr at FreeBSD.org
Sun Jan 21 16:58:33 UTC 2018


Author: mr
Date: Sun Jan 21 16:58:31 2018
New Revision: 459619
URL: https://svnweb.freebsd.org/changeset/ports/459619

Log:
  Try to simplify the Makefile and avoid linking to the unneeded qt libs.
  
  PR:		212166

Modified:
  head/graphics/opencsg/Makefile

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Sun Jan 21 16:55:23 2018	(r459618)
+++ head/graphics/opencsg/Makefile	Sun Jan 21 16:58:31 2018	(r459619)
@@ -13,17 +13,10 @@ COMMENT=	Constructive Solid Geometry rendering library
 
 LICENSE=	GPLv2
 
-USES=		qmake:outsource
+USES=		compiler:c++11-lang qmake
 USE_GL=		gl glew
-USE_QT4=	corelib gui
+USE_QT4=	qmake_build
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 PLIST_SUB=      PORTVERSION=${PORTVERSION}
-
-do-install:
-	${INSTALL_LIB} ${WRKDIR}/lib/libopencsg.so.${PORTVERSION} \
-		${STAGEDIR}${PREFIX}/lib
-	${LN} -sf libopencsg.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libopencsg.so.1
-	${LN} -sf libopencsg.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libopencsg.so
-	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/include/opencsg.h ${STAGEDIR}${PREFIX}/include
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list