summaryrefslogtreecommitdiff
path: root/graphics/evas-tiff
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas-tiff')
-rw-r--r--graphics/evas-tiff/Makefile4
-rw-r--r--graphics/evas-tiff/buildlink3.mk18
2 files changed, 19 insertions, 3 deletions
diff --git a/graphics/evas-tiff/Makefile b/graphics/evas-tiff/Makefile
index cd426775e61..ac14c4cbfca 100644
--- a/graphics/evas-tiff/Makefile
+++ b/graphics/evas-tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:17 tron Exp $
+# $NetBSD: Makefile,v 1.14 2013/06/16 18:56:05 sno Exp $
PKGNAME= evas-tiff-${EVAS_VERSION}
@@ -8,8 +8,6 @@ EVAS_IMAGE_LOADERS= tiff
.include "../../graphics/evas/Makefile.common"
-PKGREVISION= 5
-
BUILD_DIRS= src/modules/loaders/tiff src/modules/savers/tiff
MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${EVIL_LIBS} \$${evas_image_loader_tiff_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \
module_la_DEPENDENCIES=
diff --git a/graphics/evas-tiff/buildlink3.mk b/graphics/evas-tiff/buildlink3.mk
new file mode 100644
index 00000000000..7599e7b4867
--- /dev/null
+++ b/graphics/evas-tiff/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2013/06/16 18:56:05 sno Exp $
+
+BUILDLINK_TREE+= evas-tiff
+
+.if !defined(EVAS_TIFF_BUILDLINK3_MK)
+EVAS_TIFF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.evas-tiff+= evas-tiff>=1.7.7
+BUILDLINK_PKGSRCDIR.evas-tiff?= ../../graphics/evas-tiff
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+
+.endif # EVAS_TIFF_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -evas-tiff