2007-07-03 04:50:36 -04:00
|
|
|
# $OpenBSD: gnome.port.mk,v 1.14 2007/07/03 08:50:36 jasper Exp $
|
2007-05-30 05:19:02 -04:00
|
|
|
# Module for GNOME related ports
|
|
|
|
|
|
|
|
CATEGORIES+= x11/gnome
|
|
|
|
|
2007-05-31 07:30:35 -04:00
|
|
|
DISTNAME= ${GNOME_PROJECT}-${GNOME_VERSION}
|
2007-06-29 15:23:34 -04:00
|
|
|
VERSION= ${GNOME_VERSION}
|
2007-05-31 07:30:35 -04:00
|
|
|
|
2007-06-30 08:14:14 -04:00
|
|
|
.if ${NO_BUILD:L} == "no"
|
2007-05-30 05:19:02 -04:00
|
|
|
USE_LIBTOOL?= Yes
|
2007-06-30 07:39:46 -04:00
|
|
|
BUILD_DEPENDS+= :intltool-*:textproc/intltool \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
|
|
.endif
|
2007-05-30 05:19:02 -04:00
|
|
|
|
2007-07-03 04:50:36 -04:00
|
|
|
.if defined(DESKTOP_FILES)
|
2007-05-30 05:19:02 -04:00
|
|
|
MODGNOME_RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${MODGNOME_RUN_DEPENDS}
|
2007-07-03 04:50:36 -04:00
|
|
|
.endif
|
2007-05-30 05:19:02 -04:00
|
|
|
|
2007-06-29 15:35:00 -04:00
|
|
|
MASTER_SITES?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:R}/}
|
2007-05-30 05:19:02 -04:00
|
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
|
2007-05-31 08:07:22 -04:00
|
|
|
USE_GMAKE?= Yes
|
|
|
|
|
2007-05-30 05:19:02 -04:00
|
|
|
#ifdef notyet
|
|
|
|
#CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/${PROJECT}/
|
2007-06-29 15:36:43 -04:00
|
|
|
# --disable-schemas-install \
|
2007-05-30 05:19:02 -04:00
|
|
|
# --disable-scrollkeeper
|
|
|
|
#endif
|