23 lines
581 B
Makefile
23 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:32 joerg Exp $
|
|
|
|
DISTNAME= gqview-2.1.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://gqview.sourceforge.net/
|
|
COMMENT= GTK2-based graphic file viewer (development version)
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|