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

Context Navigation

  • Back to Ticket #709

Ticket #709: imagemagick-6.8.1-3.bep

File imagemagick-6.8.1-3.bep, 590 bytes (added by scottmc, 2 years ago)
Line 
1DESCRIPTION="A collection of tools and libraries for many image formats"
2HOMEPAGE="http://www.imagemagick.org/"
3SRC_URI="http://www.imagemagick.org/download/ImageMagick-6.8.1-3.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND="media-libs/jasper,
7                media-libs/lcms"
8CHECKSUM_MD5="5abb2e3c984080171c1addbfde700ca3"
9
10BUILD {
11        cd ImageMagick-6.8.1-3
12        autoconf
13        ./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared --enable-fast-install --with-modules=yes
14        make
15}
16
17INSTALL {
18        cd ImageMagick-6.8.1-3
19        make install
20}
21
22LICENSE="Apache v2"
23COPYRIGHT="1999-2013 ImageMagick Studio LLC"

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/