openbsd-ports/x11/gnome/desktop/Makefile
marcm 33c3571556 Gnome 2.4.1.
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@.
2003-12-01 04:13:05 +00:00

37 lines
898 B
Makefile

# $OpenBSD: Makefile,v 1.6 2003/12/01 04:13:06 marcm Exp $
COMMENT= "components for the GNOME desktop"
DISTNAME= gnome-desktop-2.4.1.1
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.4/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \
startup-notification-1::devel/startup-notification
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-preinstall
.include <bsd.port.mk>