- add Makefile and Makefile.inc, some more ports on their way
This commit is contained in:
parent
4c42b6e04d
commit
3b8b3f97fe
12
graphics/clutter/Makefile
Normal file
12
graphics/clutter/Makefile
Normal file
@ -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 <bsd.port.subdir.mk>
|
27
graphics/clutter/Makefile.inc
Normal file
27
graphics/clutter/Makefile.inc
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user