todd d38c9b9093 Import gnome-desktop-2.0.10
--
This package contains the libgnome-desktop library as well as GNOME's
.desktop files, the gnome-about program, some manpages and GNOME's
core graphics files and icons.

From marcm for gnome2
2003-01-31 18:47:09 +00:00

37 lines
861 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
COMMENT= "components for the GNOME2 desktop"
DISTNAME= gnome-desktop-2.0.10
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.0/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
USE_GMAKE= Yes
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>