833922aab2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
28 lines
766 B
Makefile
28 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/02/06 12:40:18 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mx-1.0.4
|
|
PKGNAME= clutter-mx-1.0.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://source.clutter-project.org/sources/mx/1.0/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://blogs.gnome.org/thos/2010/05/20/mx-toolkit-1-0/
|
|
COMMENT= Clutter-based widget set
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config intltool gmake msgfmt msgmerge xgettext
|
|
|
|
PKGCONFIG_OVERRIDE+= mx-gtk.pc.in
|
|
PKGCONFIG_OVERRIDE+= mx.pc.in
|
|
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|