38 lines
855 B
Makefile
38 lines
855 B
Makefile
# $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/
|
|
|
|
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
|
|
MAJOR?= 1.14
|
|
SUBST_VARS?= MAJOR API_VERSION
|