33c3571556
Sync versions with the Gnome 2.4.1 release. Mostly bugfixes, too numerous to list :). This also addresses systrace issues and some config file issues from sturm@, and wireless applet support from djm@.
36 lines
873 B
Makefile
36 lines
873 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/12/01 04:13:07 marcm Exp $
|
|
|
|
COMMENT= "GNOME utility programs"
|
|
|
|
DISTNAME= gnome-utils-2.4.1
|
|
CATEGORIES= x11/gnome
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= gnomeui-2.200::x11/gnome/libgnomeui \
|
|
panel-applet-2::x11/gnome/panel
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-utils
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
.include <bsd.port.mk>
|