diff --git a/x11-libs/agg/agg-2.5.bep b/x11-libs/agg/agg-2.5.bep new file mode 100644 index 000000000..6d243794d --- /dev/null +++ b/x11-libs/agg/agg-2.5.bep @@ -0,0 +1,25 @@ +DESCRIPTION="Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++." +HOMEPAGE="http://antigrain.com" +SRC_URI="http://www.antigrain.com/agg-2.5.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="0229a488bc47be10a2fee6cf0b2febd6" +BUILD { + cd agg-2.5 + libtoolize --force --copy --install + aclocal + autoheader + autoconf + automake --foreign --add-missing --ignore-deps + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd agg-2.5 + make install DESTDIR=${DESTDIR} +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2002-2006 Maxim Shemanarev" diff --git a/x11-libs/agg/patches/agg-2.5.patch b/x11-libs/agg/patches/agg-2.5.patch new file mode 100644 index 000000000..d70c11bb4 --- /dev/null +++ b/x11-libs/agg/patches/agg-2.5.patch @@ -0,0 +1,9 @@ +diff -urN agg-2.5/Makefile.am agg-2.5-haiku/Makefile.am +--- agg-2.5/Makefile.am 2006-10-09 04:06:36.031719424 +0000 ++++ agg-2.5-haiku/Makefile.am 2011-01-05 16:03:11.000000000 +0000 +@@ -1,4 +1,4 @@ +-SUBDIRS = gpc src font_freetype font_win32_tt include examples ++SUBDIRS = gpc src font_freetype font_win32_tt include + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libagg.pc