mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
24 lines
593 B
Makefile
24 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.47 2013/10/10 14:42:16 ryoon Exp $
|
|
|
|
DISTNAME= qiv-2.2.4
|
|
PKGREVISION= 8
|
|
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"
|