[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / gtkimageview

File: [cvs.NetBSD.org] / pkgsrc / graphics / gtkimageview / Makefile (download)

Revision 1.43, Wed Nov 14 22:21:41 2018 UTC (5 years ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.42: +2 -2 lines

Revbump after cairo 1.16.0 update.

# $NetBSD: Makefile,v 1.43 2018/11/14 22:21:41 kleink Exp $

DISTNAME=	gtkimageview-1.6.4
PKGREVISION=	28
CATEGORIES=	graphics
#MASTER_SITES= 	http://trac.bjourne.webfactional.com/chrome/common/releases/

# This package has no NEWS, and it is very difficult to find the
# summary of changes.  See
## http://trac.bjourne.webfactional.com/ticket/28 in which the author
# points to the following URL for the content that would normally be
# in NEWS:
## http://trac.bjourne.webfactional.com/chrome/common/gtkimageview-docs/releasehistory.html
MAINTAINER=	gdt@NetBSD.org
#HOMEPAGE=	http://trac.bjourne.webfactional.com/
COMMENT=	Image viewer widget for GTK

# not really HOMEPAGE, but
#  https://git.gnome.org/browse/gtk+/log/?h=wip/baedert/gtkimageview
#  http://baedert-gsoc.blogspot.com/

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake pkg-config

PKGCONFIG_OVERRIDE+=	gtkimageview-1.0.pc.in

BUILDLINK_TRANSFORM+=	rm:-Werror

TEST_TARGET=	check

.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"

.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+=	-Wno-error=unused-function
CWRAPPERS_APPEND.cc+=	-Wno-error=unused-function
.endif

.include "../../mk/bsd.pkg.mk"