openbsd-ports/graphics/clutter/Makefile.inc

38 lines
855 B
PHP
Raw Normal View History

2013-03-28 15:33:34 -04:00
# $OpenBSD: Makefile.inc,v 1.14 2013/03/28 19:33:34 jasper Exp $
SHARED_ONLY?= Yes
DIST_SUBDIR= clutter
CATEGORIES+= graphics/clutter x11
HOMEPAGE?= http://www.clutter-project.org/
2012-09-27 09:00:39 -04:00
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_FTP?= Yes
MODULES += devel/gettext \
x11/gnome
LIBTOOL_FLAGS?= --tag=disable-static
CONFIGURE_STYLE?= gnu
CONFIGURE_ARGS += --disable-static \
--disable-gtk-doc
# If one of these tools is found at configure stage, it might be used,
# no matter whether we use --disable-gtk-doc or not.
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
API_VERSION?= 1.0
2013-03-28 15:33:34 -04:00
MAJOR?= 1.14
SUBST_VARS?= MAJOR API_VERSION