summaryrefslogtreecommitdiff
path: root/graphics/gliv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-22 21:54:16 +0000
committerwiz <wiz>2006-02-22 21:54:16 +0000
commit892db84abd996385282591d3e1c008afb3b57ca9 (patch)
tree1dfee7c4a761b1c41f0ba45f1e7201bb83e98339 /graphics/gliv/Makefile
parentfd48dc0269c72ba263af0071b01691aa069114b2 (diff)
downloadpkgsrc-892db84abd996385282591d3e1c008afb3b57ca9.tar.gz
Add missing xdg-dirs dependency. Make sure desktop file and
pixmap are installed even if some gnome installation tool is missing. Bump PKGREVISION.
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r--graphics/gliv/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
index a25ea301c90..579e73ecb8d 100644
--- a/graphics/gliv/Makefile
+++ b/graphics/gliv/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2006/02/15 17:49:32 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/22 21:54:16 wiz Exp $
DISTNAME= gliv-1.9.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://guichaz.free.fr/gliv/
EXTRACT_SUFX= .tar.bz2
@@ -11,10 +12,16 @@ COMMENT= OpenGL image viewer
BUILD_USES_MSGFMT= yes
+USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/gliv.png ${PREFIX}/share/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \
+ ${PREFIX}/share/applications/gnome-gliv.desktop
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"