368da44445
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
22 lines
624 B
Text
22 lines
624 B
Text
# $NetBSD: Makefile.common,v 1.7 2012/01/14 07:44:34 obache Exp $
|
|
#
|
|
# used by graphics/eog-plugins/Makefile
|
|
# used by graphics/eog-plugins-map/Makefile
|
|
|
|
DISTNAME= eog-plugins-2.30.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog-plugins/2.30/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../graphics/eog-plugins/distinfo
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= intltool pkg-config gmake gsed msgfmt
|
|
|
|
.include "../../graphics/eog/buildlink3.mk"
|