pkgsrc/graphics/gtkimageview/buildlink3.mk
gdt f2d7ca07f6 Add gtkimageview at 1.3.0. While there is a newer version, gdt has
been using this version with ufraw, and is therefore committing it
before upgrading.

GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:

    * Mouse and keyboard zooming.
    * Scrolling and dragging.
    * Adjustable interpolation.
    * Fullscreen mode.
    * GIF animation support.
2008-08-31 00:09:13 +00:00

19 lines
640 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/08/31 00:09:13 gdt Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GTKIMAGEVIEW_BUILDLINK3_MK:= ${GTKIMAGEVIEW_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= gtkimageview
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtkimageview}
BUILDLINK_PACKAGES+= gtkimageview
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gtkimageview
.if ${GTKIMAGEVIEW_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.gtkimageview+= gtkimageview>=1.3.0
BUILDLINK_PKGSRCDIR.gtkimageview?= ../../graphics/gtkimageview
.endif # GTKIMAGEVIEW_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}