summaryrefslogtreecommitdiff
path: root/graphics/gqview/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-01 18:12:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-01 18:12:20 +0000
commit3b196c6fcce53e49d43058cd76083f6dac959950 (patch)
tree6fc0d4cf6b08f14c2851e6493fea6d1a0c9919c9 /graphics/gqview/Makefile
parent- Fix build on non-i386 arch (diff)
- Fix handling GNOME menu stuff
PR: ports/63593 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=102662
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r--graphics/gqview/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 0cbedd672b9d..546a282be194 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gqview
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,20 +17,20 @@ COMMENT= Another gtk2-based graphic file viewer
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+CONFLICTS= gqview-devel-*
+
USE_X_PREFIX= yes
-USE_GNOME= gtk20
-USE_GETTEXT= yes
-USE_ICONV= yes
+USE_GNOME= gnomehier gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-CONFLICTS= gqview-devel-1.3.*
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gqview.1
-.if !defined(NOPORTDOCS)
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics
+ ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif