2001-09-20 18:58:42 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2001/09/20 18:58:42 naddy Exp $
|
2001-09-13 20:33:28 +00:00
|
|
|
|
2001-09-19 13:37:58 +00:00
|
|
|
COMMENT= "core GNOME system"
|
2001-09-13 20:33:28 +00:00
|
|
|
V= 1.4.0.4
|
|
|
|
DISTNAME= gnome-core-${V}
|
|
|
|
CATEGORIES= x11
|
2001-09-14 14:41:29 +00:00
|
|
|
NEED_VERSION= 1.455
|
2001-09-13 20:33:28 +00:00
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
|
|
MAINTAINER= Nils Nordman <nino@nforced.com>
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-core
|
2001-09-19 13:37:58 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-09-13 20:33:28 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= glade.4::devel/libglade,gnome \
|
|
|
|
gnome.36::x11/gnome/libs \
|
|
|
|
ghttp.1::www/libghttp \
|
|
|
|
gnomecanvaspixbuf.::graphics/gdk-pixbuf,gnome \
|
2001-09-13 22:25:12 +00:00
|
|
|
capplet::x11/gnome/controlcenter
|
2001-09-13 20:33:28 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= scrollkeeper-config::textproc/scrollkeeper
|
|
|
|
RUN_DEPENDS= scrollkeeper-config::textproc/scrollkeeper
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
|
|
|
|
CONFIGURE_ARGS+= --with-kde-docdir=${LOCALBASE}/share
|
|
|
|
CONFIGURE_ARGS+= --localstatedir=/var/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
2001-09-20 18:58:42 +00:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-core; \
|
|
|
|
cp -rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-core/
|
2001-09-13 20:33:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|