openbsd-ports/x11/gnome/themes/Makefile
marcm d7ffacf681 Update to Gnome 2.4.0.
Release notes available at: http://www.gnome.org/start/2.4/notes/

Please note that x11/gnome/bonobo-activation is now part of libbonobo
2003-10-07 05:48:53 +00:00

33 lines
783 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/10/07 05:48:56 marcm Exp $
COMMENT= "themes collection for GNOME"
DISTNAME= gnome-themes-2.4.0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MAINTAINER= Marc Matteo <marcm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.4/}
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= :intltool->=0.23:textproc/intltool \
${RUN_DEPENDS}
RUN_DEPENDS= :gtk-engines2->=2.2.0:x11/gtk-engines2
LIB_DEPENDS= gnomeui-2.0::x11/gnome/libgnomeui
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>