aboutsummaryrefslogtreecommitdiffstats
path: root/www/gnome-web-photo/Makefile
blob: c7d4ba64b6fb9d2b01c865caa263fce62d9dab9c (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/www/gnome-web-photo/Makefile,v 1.5 2007/08/07 03:27:32 mezz Exp $

PORTNAME=   gnome-web-photo
PORTVERSION=    0.10.6
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Tool to generate full-size image files and thumbnails

LICENSE=    LGPL21 LGPL3
LICENSE_COMB=   dual

LIB_DEPENDS=    libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2

USE_GNOME=  gconf2 gnomeprefix
USES=       gettext gmake pathfix pkgconfig tar:xz
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-silent-rules \
        --with-gtk=2.0

GCONF_SCHEMAS=  thumbnailer.schemas

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure

.include <bsd.port.mk>