diff options
author | rm <rm@FreeBSD.org> | 2013-10-16 18:50:29 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-10-16 18:50:29 +0800 |
commit | 2e41ae32d21a02a27fd893b5fdd41d94ef3635ee (patch) | |
tree | b881a7a88b5f0b221b950ffdfce1147a5b684902 /graphics | |
parent | 54d0835bd7434be9ad9904eae6c333b431492f7d (diff) | |
download | freebsd-ports-gnome-2e41ae32d21a02a27fd893b5fdd41d94ef3635ee.tar.gz freebsd-ports-gnome-2e41ae32d21a02a27fd893b5fdd41d94ef3635ee.tar.zst freebsd-ports-gnome-2e41ae32d21a02a27fd893b5fdd41d94ef3635ee.zip |
- take maintainership
- fix minor style bugs
Diffstat (limited to 'graphics')
-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/ |