2003-07-12 02:27:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2003/07/12 06:27:12 marcm Exp $
|
2003-01-31 14:05:23 -05:00
|
|
|
|
|
|
|
COMMENT= "GNOME panel"
|
|
|
|
|
2003-06-12 16:06:12 -04:00
|
|
|
DISTNAME= gnome-panel-2.2.1
|
2003-01-31 14:05:23 -05:00
|
|
|
CATEGORIES= x11 x11/gnome
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
|
2003-06-12 16:06:12 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.2/}
|
2003-01-31 14:05:23 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= gettext
|
|
|
|
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
|
2003-07-12 02:27:12 -04:00
|
|
|
:scrollkeeper->=0.3.12:textproc/scrollkeeper
|
|
|
|
RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \
|
2003-01-31 14:05:23 -05:00
|
|
|
:control-center2-*:x11/gnome/controlcenter2
|
|
|
|
LIB_DEPENDS= gnome-desktop-2.0::x11/gnome/desktop \
|
|
|
|
wnck-1.4::devel/libwnck
|
|
|
|
|
2003-06-12 16:06:12 -04:00
|
|
|
CONFDIR= ${SYSCONFDIR}/gnome
|
2003-01-31 14:05:23 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2003-06-12 16:06:12 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
2003-01-31 14:05:23 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-06-12 16:06:12 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
2003-01-31 14:05:23 -05:00
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
CONFIGURE_ARGS+= --disable-rebuilds
|
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-panel
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-06-12 16:06:12 -04:00
|
|
|
SUBST_VARS= CONFDIR
|
2003-01-31 14:05:23 -05:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-panel; \
|
2003-06-12 16:06:12 -04:00
|
|
|
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/gnome-panel/
|
2003-01-31 14:05:23 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|