2007-05-31 07:30:35 -04:00
|
|
|
# $OpenBSD: gnome.port.mk,v 1.2 2007/05/31 11:30:35 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}
|
|
|
|
V= ${GNOME_VERSION:C/:*.[0-9]$//}
|
|
|
|
|
2007-05-30 05:19:02 -04:00
|
|
|
USE_LIBTOOL?= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
MODGNOME_RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= :intltool-*:textproc/intltool \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
|
|
RUN_DEPENDS+= ${MODGNOME_RUN_DEPENDS}
|
|
|
|
|
2007-05-31 07:30:35 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${V}/}
|
2007-05-30 05:19:02 -04:00
|
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
|
|
|
|
MODGNOME_CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
#ifdef notyet
|
|
|
|
#CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/${PROJECT}/
|
|
|
|
# --disable-schemas-install \
|
|
|
|
# --disable-scrollkeeper
|
|
|
|
#endif
|