1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/gnome-web-photo/Makefile
Koop Mast ce73bbecfb Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
2019-02-25 16:58:48 +00:00

36 lines
842 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
DEPRECATED= Uses webkit-gtk2 which has security issues
EXPIRATION_DATE=2019-03-24
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>