pkgsrc/graphics/gqview/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

26 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.71 2010/06/13 22:44:34 wiz Exp $
DISTNAME= gqview-2.0.4
PKGREVISION= 2
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gqview.sourceforge.net/
COMMENT= GTK2-based graphic file viewer
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
LIBS+= -lm
LIBS.SunOS+= -lsocket
MAKE_ENV+= builddir=.
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"