23 lines
592 B
Makefile
23 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.40 2013/01/26 21:37:58 adam Exp $
|
|
|
|
DISTNAME= qiv-2.2.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://spiegl.de/qiv/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://spiegl.de/qiv/
|
|
COMMENT= Quick Image Viewer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/qiv
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|