From 3b8b3f97fe27ce99dda63a6cd92aed0325d43f96 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 15 Feb 2009 17:42:31 +0000 Subject: [PATCH] - add Makefile and Makefile.inc, some more ports on their way --- graphics/clutter/Makefile | 12 ++++++++++++ graphics/clutter/Makefile.inc | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 graphics/clutter/Makefile create mode 100644 graphics/clutter/Makefile.inc diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile new file mode 100644 index 00000000000..46d939705a2 --- /dev/null +++ b/graphics/clutter/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD: Makefile,v 1.1 2009/02/15 17:42:31 jasper Exp $ + + SUBDIR += core +# SUBDIR += clutter-box2d +# SUBDIR += clutter-cairo +# SUBDIR += clutter-gst +# SUBDIR += clutter-gtk +# SUBDIR += clutter-perl +# SUBDIR += clutter-vala +# SUBDIR += pyclutter Doesn't work yet (makes python crash) + +.include diff --git a/graphics/clutter/Makefile.inc b/graphics/clutter/Makefile.inc new file mode 100644 index 00000000000..bea11d2d5e4 --- /dev/null +++ b/graphics/clutter/Makefile.inc @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile.inc,v 1.1 2009/02/15 17:42:31 jasper Exp $ + +SHARED_ONLY?= Yes + +CATEGORIES+= graphics/clutter x11 + +HOMEPAGE?= http://www.clutter-project.org/ + +# LGPLv2.1/perl +PERMIT_PACKAGE_CDROM?= Yes +PERMIT_PACKAGE_FTP?= Yes +PERMIT_DISTFILES_CDROM?=Yes +PERMIT_DISTFILES_FTP?= Yes + +MASTER_SITES_CLUTTER?= ${HOMEPAGE}/sources/ +DIST_SUBDIR= clutter + +USE_GMAKE?= Yes +USE_X11?= Yes + +USE_LIBTOOL?= Yes +LIBTOOL_FLAGS?= --tag=disable-static + +CONFIGURE_STYLE?= gnu + +MAJOR?= 0.8 +SUBST_VARS?= MAJOR