freebsd-ports/www/gnome-web-photo/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

32 lines
759 B
Makefile

# 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= 2
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:www/webkit-gtk2
USE_GNOME= gconf2 gnomeprefix intltool
USES= gettext gmake pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --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>