blob: 68a9efe660a91ced730512ce34124f535ae76cb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.8 2012/10/06 14:10:47 asau 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)
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"
|