add an x11/gnome module and Makefile.inc
please don't use gnome.port.mk yet, it's bound to change heavily feedback and ok espie@
This commit is contained in:
parent
f0b863ebd9
commit
55b7da6021
8
x11/gnome/Makefile.inc
Normal file
8
x11/gnome/Makefile.inc
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1 2007/05/30 09:19:02 jasper Exp $
|
||||
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
HOMEPAGE?= http://www.gnome.org/
|
||||
|
||||
CONFIGURE_STYLE?= gnu
|
||||
#CONFIGURE_ENV= ${MODGNOME_CONFIGURE_ENV}
|
24
x11/gnome/gnome.port.mk
Normal file
24
x11/gnome/gnome.port.mk
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: gnome.port.mk,v 1.1 2007/05/30 09:19:02 jasper Exp $
|
||||
# Module for GNOME related ports
|
||||
|
||||
CATEGORIES+= x11/gnome
|
||||
|
||||
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}
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user