pkgsrc/graphics/gliv/Makefile
wiz c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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
2013-06-03 10:04:30 +00:00

28 lines
848 B
Makefile

# $NetBSD: Makefile,v 1.43 2013/06/03 10:05:12 wiz Exp $
DISTNAME= gliv-1.9.6
PKGREVISION= 18
CATEGORIES= graphics
MASTER_SITES= http://guichaz.free.fr/gliv/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://guichaz.free.fr/gliv/
COMMENT= OpenGL image viewer
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gawk gmake msgfmt pkg-config
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/pixmaps share/applications
post-install:
${INSTALL_DATA} ${WRKSRC}/gliv.png ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/gliv.desktop \
${DESTDIR}${PREFIX}/share/applications/gnome-gliv.desktop
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"