diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-21 07:43:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-21 07:43:25 +0000 |
commit | ee193e0957f7d6f6b2df9b0682327eb74af5cc61 (patch) | |
tree | a839d5cedb0679dd91666a68687eed9feba96241 /graphics/gqview | |
parent | 43598b37a323e889ee163ea3c7d8477d89279c90 (diff) | |
download | ports-ee193e0957f7d6f6b2df9b0682327eb74af5cc61.tar.gz ports-ee193e0957f7d6f6b2df9b0682327eb74af5cc61.zip |
Notes
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 11 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gqview/pkg-plist | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 88e908ad674d..80fda10461a5 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -6,19 +6,26 @@ # PORTNAME= gqview -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org +LIB_DEPENEDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk_pixbuf + USE_X_PREFIX= yes -USE_GNOME= yes +USE_GTK= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +.if defined(WITH_GNOME) +USE_GNOME= yes +.endif + MAN1= gqview.1 pre-patch: diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index df18e15b6880..ec07fa0547c1 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1 +1 @@ -MD5 (gqview-0.10.1.tar.gz) = 543729c6d4fd4dcb75bca93cc826e54f +MD5 (gqview-0.11.0.tar.gz) = 13302d9f99e5f591f2bceee06935a603 diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist index 8f1d4b4eeb1b..2d3e7bb65df2 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -1,7 +1,7 @@ bin/gqview %%PORTDOCS%%share/doc/gqview/README -share/gnome/apps/Graphics/gqview.desktop -share/gnome/pixmaps/gqview.png +%%GNOME:%%share/gnome/apps/Graphics/gqview.desktop +%%GNOME:%%share/gnome/pixmaps/gqview.png share/locale/de/LC_MESSAGES/gqview.mo share/locale/es/LC_MESSAGES/gqview.mo share/locale/fr/LC_MESSAGES/gqview.mo |