diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-10-16 10:50:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-10-16 10:50:29 +0000 |
commit | c7161a51f9ed2e27351312ad38d74afb6a280e4d (patch) | |
tree | b881a7a88b5f0b221b950ffdfce1147a5b684902 /graphics/gthumb | |
parent | 47319e7588a7cfb11937b28f9835111ae96efe8b (diff) | |
download | ports-c7161a51f9ed2e27351312ad38d74afb6a280e4d.tar.gz ports-c7161a51f9ed2e27351312ad38d74afb6a280e4d.zip |
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 10 | ||||
-rw-r--r-- | graphics/gthumb/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 459182a1fc6b..54f3b5846f60 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -8,15 +8,14 @@ CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= ports@FreeBSD.org -COMMENT= An image viewer and browser for the GNOME 2 environment +MAINTAINER= rm@FreeBSD.org +COMMENT= Image viewer and browser for the GNOME 2 environment LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas -USE_XZ= yes -USES= bison pathfix pkgconfig gettext -USE_GMAKE= yes +USE_XZ= yes +USES= bison gmake pathfix pkgconfig gettext USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 WANT_GSTREAMER= yes USE_LDCONFIG= yes @@ -44,6 +43,7 @@ BRASERO_DESC= Write galleries to CD/DVD (large dependency) YELP_DESC= Viewer for built-in help system NO_STAGE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXIV2} diff --git a/graphics/gthumb/pkg-descr b/graphics/gthumb/pkg-descr index ad53b4afe6fd..78f5ebfe682a 100644 --- a/graphics/gthumb/pkg-descr +++ b/graphics/gthumb/pkg-descr @@ -1,4 +1,4 @@ gThumb is an image viewer and browser for the GNOME Desktop. It also includes an importer tool for transferring photos from cameras. -WWW: http://live.gnome.org/gthumb +WWW: https://wiki.gnome.org/Apps/gthumb/ |