pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
brlcad: Minor improvements to the package
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 18 03:55:44 2016 +0200
Changeset: c8f14096bafac5dc450597ef78dfb559448beb84
Modified Files:
brlcad/DESCR
brlcad/Makefile
Log Message:
brlcad: Minor improvements to the package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8f14096bafac5dc450597ef78dfb559448beb84
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
brlcad/DESCR | 5 +++++
brlcad/Makefile | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diffs:
diff --git a/brlcad/DESCR b/brlcad/DESCR
index e69de29..663be4b 100644
--- a/brlcad/DESCR
+++ b/brlcad/DESCR
@@ -0,0 +1,5 @@
+BRL-CAD is a powerful open source cross-platform solid modeling system that
+includes interactive geometry editing, high-performance ray-tracing for
+rendering and geometric analysis, a system performance analysis benchmark
+suite, geometry libraries for application developers, and more than 30 years of
+active development.
diff --git a/brlcad/Makefile b/brlcad/Makefile
index c66df31..2d1206c 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -10,11 +10,12 @@ HOMEPAGE= http://brlcad.org/
COMMENT= Cross-platform solid modeling system
LICENSE= gnu-lgpl-v2.1 AND modified-bsd
-#HAS_CONFIGURE= yes
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++ fortran
+#CMAKE_ARGS+= -DBRLCAD_BUNDLED_LIBS=ON
+
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libanalyze.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/librt.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libfft.pc.in
@@ -26,6 +27,7 @@ PKGCONFIG_OVERRIDE+= misc/pkgconfig/libicv.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libpkg.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libgcv.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libged.pc.in
+PKGCONFIG_OVERRIDE+= misc/pkgconfig/libgm.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libwdb.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libpc.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/libbn.pc.in
Home |
Main Index |
Thread Index |
Old Index