summaryrefslogtreecommitdiffstats
path: root/graphics/solang/Makefile
blob: 9d2473d35576a4b2759764ee3df667b6d0dbff05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    solang
# Date created:     2009-06-11
# Whom:         Ashish SHUKLA <wahjava@gmail.com>
#
# $FreeBSD: ports/graphics/solang/Makefile,v 1.14 2011/03/01 16:26:19 gahr Exp $
#

PORTNAME=   solang
PORTVERSION=    0.3
PORTREVISION=   10
CATEGORIES= graphics
MASTER_SITES=   http://rishi.fedorapeople.org/solang/

PATCH_SITES=    http://rishi.fedorapeople.org/
PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= ashish@FreeBSD.org
COMMENT=    A photo manager for GNOME

LIB_DEPENDS=    gegl-0.1.105:${PORTSDIR}/graphics/gegl \
        exiv2.10:${PORTSDIR}/graphics/exiv2 \
        flickcurl.0:${PORTSDIR}/www/flickcurl \
        gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \
        webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \
        gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
        soup-2.4.1:${PORTSDIR}/devel/libsoup \
        gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \
        gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
        gphoto2.2:${PORTSDIR}/graphics/libgphoto2

BROKEN=     bad plist

USE_AUTOTOOLS=  autoconf
USE_GMAKE=  yes
USE_GNOME=  libgda4 intltool
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
USE_GCC=    4.2+

post-install:
    @-update-desktop-database

.include <bsd.port.mk>