From owner-svn-ports-head@FreeBSD.ORG Fri May 24 08:47:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D638C73; Fri, 24 May 2013 08:47:34 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 45C9F9E7; Fri, 24 May 2013 08:47:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4O8lYgq027462; Fri, 24 May 2013 08:47:34 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4O8lYDv027461; Fri, 24 May 2013 08:47:34 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201305240847.r4O8lYDv027461@svn.freebsd.org> From: Marcelo Araujo Date: Fri, 24 May 2013 08:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318933 - head/graphics/sane-frontends X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 08:47:34 -0000 Author: araujo Date: Fri May 24 08:47:33 2013 New Revision: 318933 URL: http://svnweb.freebsd.org/changeset/ports/318933 Log: - Update MASTER_SITES. - Add LICENSE. - Add MAKE_JOBS_SAFE. - Fix options for GIMP support. PR: ports/172240 Submitted by: KATO Tsuguru Modified: head/graphics/sane-frontends/Makefile (contents, props changed) Modified: head/graphics/sane-frontends/Makefile ============================================================================== --- head/graphics/sane-frontends/Makefile Fri May 24 08:46:46 2013 (r318932) +++ head/graphics/sane-frontends/Makefile Fri May 24 08:47:33 2013 (r318933) @@ -1,30 +1,24 @@ -# New ports collection makefile for: sane-frontends -# Date created: Sat Jul 19 16:23:10 MET DST 1997 -# Whom: gary@hotlava.com -# +# Created by: gary@hotlava.com # $FreeBSD$ -# PORTNAME= sane-frontends PORTVERSION= 1.0.14 PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://alioth.debian.org/frs/download.php/1140/ \ - ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ - http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} + ftp://ftp2.sane-project.org/pub/sane/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc -LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends +LICENSE= GPLv2 # (or later) + +LIB_DEPENDS= sane:${PORTSDIR}/graphics/sane-backends USE_GMAKE= yes -WANT_GNOME= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -44,7 +38,7 @@ CONFIGURE_ARGS+= --disable-gimp .else USE_GNOME+= gtk20 .if ${PORT_OPTIONS:MGIMP} -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app CONFIGURE_ARGS+= --enable-gimp .else CONFIGURE_ARGS+= --disable-gimp