Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 16:58:32 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459619 - head/graphics/opencsg
Message-ID:  <201801211658.w0LGwWHf035750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801211658.w0LGwWHf035750>