61dc4ab4d2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
25 lines
667 B
Makefile
25 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/06/03 10:05:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= viewnior-1.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cloud.github.com/downloads/xsisqox/Viewnior/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://xsisqox.github.com/Viewnior/
|
|
COMMENT= Viewnior is a fast and simple image viewer
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= intltool pkg-config gmake msgfmt
|
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|