b4fb47944c
This is a bug fix release to fix several crashes and minor bugs in the user interface. It also fixes printing of transparent images.
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.64 2007/01/11 19:43:34 drochner Exp $
|
|
|
|
DISTNAME= gqview-2.0.4
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://gqview.sourceforge.net/
|
|
COMMENT= GTK2-based graphic file viewer
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
LIBS.SunOS+= -lsocket
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|