2010-10-23 11:10:18 +00:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.10 2010/10/23 11:10:18 jasper Exp $
|
2007-05-30 09:19:02 +00:00
|
|
|
|
|
|
|
DIST_SUBDIR= gnome
|
|
|
|
|
|
|
|
HOMEPAGE?= http://www.gnome.org/
|
|
|
|
|
2009-02-11 15:33:51 +00:00
|
|
|
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
2009-02-11 15:47:49 +00:00
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
2008-02-04 17:55:18 +00:00
|
|
|
|
2007-07-06 09:36:01 +00:00
|
|
|
.if !defined(NO_BUILD)
|
2010-10-23 11:10:18 +00:00
|
|
|
. if !defined(MODULES) || !${MODULES:Mdevel/waf}
|
2007-05-30 09:19:02 +00:00
|
|
|
CONFIGURE_STYLE?= gnu
|
2010-10-23 11:10:18 +00:00
|
|
|
. endif
|
2007-07-06 09:36:01 +00:00
|
|
|
.endif
|