c3f3075d10
Sawfish is an extensible window manager which uses a Lisp-based scripting language. All window decorations are configurable and the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. Configuration can be accomplished by writing Lisp code in a personal .sawfishrc file, or using a GTK+ interface. Sawfish is mostly GNOME compliant Submitted by: robbie@g7.org
36 lines
916 B
Makefile
36 lines
916 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/21 18:34:50 danh Exp $
|
|
|
|
VERSION= 0.36
|
|
DISTNAME= sawfish-${VERSION}
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.356
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= sawmill
|
|
|
|
HOMEPAGE= http://sawmill.sourceforge.net/
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}-unknown-openbsd${OPSYS_VER}/gtk.a::x11/rep-gtk
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
glib.1.2::devel/glib \
|
|
rep.10::lang/librep \
|
|
gdk_imlib.19::graphics/imlib
|
|
|
|
MAINTAINER= robbie@g7.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SUBST_VARS= OPSYS_VER VERSION
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-capplet --disable-themer \
|
|
--disable-gnome-widgets --disable-linguas
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|