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