summaryrefslogtreecommitdiff
path: root/graphics/evas/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-05 17:33:31 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-05 17:33:31 +0000
commit51a0ef98fe9658fa65b9a1d86a81720eca460157 (patch)
treeaa5c333a0feff581b63440764ff5be3032f01fdc /graphics/evas/Makefile
parentdda0fbbc448f563abf78c08a3ff7f8880c58fed1 (diff)
downloadpkgsrc-51a0ef98fe9658fa65b9a1d86a81720eca460157.tar.gz
Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD
loading, external processors for PDF etc and many bug fixes and performance improvements.
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r--graphics/evas/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 6413f2f3bd1..0b3d0b03673 100644
--- a/graphics/evas/Makefile
+++ b/graphics/evas/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2011/11/01 06:01:32 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2011/12/05 17:33:32 joerg Exp $
#
+PKGNAME= evas-${EVAS_VERSION}
COMMENT= Enlightened Canvas Library
-PKGREVISION= 3
.include "Makefile.common"
@@ -11,7 +11,8 @@ CONFIGURE_ENV+= EET_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.eet}/lib -L$
PKGCONFIG_OVERRIDE= evas.pc.in
-INSTALLATION_DIRS= lib/evas/modules/loaders lib/evas/modules/savers
+INSTALLATION_DIRS= lib/evas/modules/loaders lib/evas/modules/savers \
+ share/doc/evas
.include "../../mk/bsd.prefs.mk"
@@ -20,6 +21,10 @@ PLIST_SRC+= PLIST
PLIST_SRC+= PLIST.cserve
.endif
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
+ ${DESTDIR}${PREFIX}/share/doc/evas
+
.include "../../devel/eet/buildlink3.mk"
.include "../../devel/eina/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"