freebsd-ports/graphics/frogr/Makefile
Ashish SHUKLA c05da8252f Frogr is a small application for the GNOME desktop that allows users
to manage their accounts in the Flickr image hosting website. It
supports all the basic Flickr features, including uploading pictures,
adding descriptions, setting tags and managing sets and groups pools.

WWW: https://wiki.gnome.org/Apps/Frogr
2017-01-04 07:56:41 +00:00

35 lines
782 B
Makefile

# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$
PORTNAME= frogr
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= ashish@FreeBSD.org
COMMENT= Flickr upload and management tool
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libexif.so:graphics/libexif \
libjson-glib-1.0.so:devel/json-glib \
libgcrypt.so:security/libgcrypt
USES= gmake tar:xz pkgconfig gettext-runtime gettext-tools
USE_GNOME= libxml2 glib20 gtk30
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-header-bar
INSTALLS_ICONS= yes
OPTIONS_DEFINE= VIDEO
OPTIONS_DEFAULT= VIDEO
VIDEO_CONFIGURE_ENABLE= video
VIDEO_LIB_DEPENDS= libgstreamer-1.0.so:multimedia/gstreamer1
.include <bsd.port.mk>