HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #681

Ticket #681: brlcad-7.22.0.bep

File brlcad-7.22.0.bep, 876 bytes (added by scottmc, 2 years ago)

initial bep from GCI2012 student DavidWHQ

Line 
1DESCRIPTION = "Constructive solid geometry modeling system"
2HOMEPAGE = "http://brlcad.org/"
3SRC_URI = "http://nchc.dl.sourceforge.net/project/brlcad/BRL-CAD%20Source/7.22.0/brlcad-7.22.0.tar.gz"
4CHECKSUM_MD5 = "306ee0fb6728de28398641ac27038ba6"
5REVISION = "1"
6STATUS_HAIKU = "broken"
7DEPEND="media-libs/libpng
8                sys-libs/zlib
9                >=sci-libs/tnt-3
10                sci-libs/jama
11                =dev-tcltk/itcl-3.4*
12                =dev-tcltk/itk-3.4*
13                dev-tcltk/iwidgets
14                dev-tcltk/tkimg
15                dev-tcltk/tkpng
16                dev-util/cmake
17                sys-libs/libtermcap-compat
18                media-libs/urt
19                x11-libs/libXt
20                x11-libs/libXi
21                "
22BUILD {
23        cd brlcad-7.22.0
24        cmake ../brlcad-7.22.0 -DBRLCAD_BUNDLED_LIBS=ON \
25                        -DCMAKE_BUILD_TYPE=Release
26        make
27}
28INSTALL {
29        cd brlcad-7.22.0 
30        make install
31}
32LICENSE="GNU LGPL v2.1"
33COPYRIGHT="1984-2012 United States Government as represented by the U.S. Army Research Laboratory."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/