| 1 | DESCRIPTION="Libvisio is library providing ability to interpret and import visio diagrams into various applications" |
|---|
| 2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" |
|---|
| 3 | SRC_URI="http://dev-www.libreoffice.org/src/053a35c244bf132f806e198ac4d960aa-libvisio-0.0.12.tar.bz2" |
|---|
| 4 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 5 | CHECKSUM_MD5="053a35c244bf132f806e198ac4d960aa" |
|---|
| 6 | REVISION="1" |
|---|
| 7 | DEPEND="libwpd >= 0.9 |
|---|
| 8 | libwpg >= 0.2 |
|---|
| 9 | gperf |
|---|
| 10 | pkgconfig >= 0.9.0 |
|---|
| 11 | boost >= 1.36" |
|---|
| 12 | BUILD { |
|---|
| 13 | cd libvisio-0.0.12 |
|---|
| 14 | libtoolize --force --copy --install |
|---|
| 15 | aclocal |
|---|
| 16 | autoconf |
|---|
| 17 | automake |
|---|
| 18 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 19 | make |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | INSTALL { |
|---|
| 23 | cd libvisio-0.0.12 |
|---|
| 24 | make install |
|---|
| 25 | } |
|---|
| 26 | LICENSE="GNU GPL v2" |
|---|
| 27 | COPYRIGHT="2011 Fridrich Strba |
|---|
| 28 | 2011 Eilidh McAdam" |
|---|