2011-03-15 09:30:39 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.54 2011/03/15 13:30:39 jasper Exp $
|
2001-05-06 00:41:05 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= extensible window manager
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2010-09-29 13:07:31 -04:00
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2011-03-15 09:30:39 -04:00
|
|
|
VERSION= 1.8.0
|
2001-02-21 13:34:50 -05:00
|
|
|
DISTNAME= sawfish-${VERSION}
|
|
|
|
CATEGORIES= x11
|
2002-10-29 14:48:57 -05:00
|
|
|
|
2011-03-15 09:30:39 -04:00
|
|
|
MASTER_SITES= http://download.tuxfamily.org/sawfish/
|
2009-10-09 09:06:30 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2010-03-20 12:58:11 -04:00
|
|
|
HOMEPAGE= http://sawfish.wikia.com/
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2009-10-09 09:06:30 -04:00
|
|
|
# GPLv2
|
|
|
|
# Sounds: Artistic License 2.0
|
2001-02-21 13:34:50 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-03-07 10:37:38 -05:00
|
|
|
|
2011-03-15 09:30:39 -04:00
|
|
|
BUILD_DEPENDS= archivers/gtar \
|
|
|
|
x11/rep-gtk>=0.90.5
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
2011-03-02 01:42:20 -05:00
|
|
|
x11/rep-gtk>=0.90.5
|
2009-10-09 09:06:30 -04:00
|
|
|
|
2009-03-07 10:37:38 -05:00
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
|
|
|
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += gdk_pixbuf_xlib-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
2010-05-26 17:29:10 -04:00
|
|
|
WANTLIB += gmp gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0
|
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pangox-1.0 pangoxft-1.0
|
|
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs rep xcb z
|
2011-03-02 01:42:20 -05:00
|
|
|
WANTLIB += GL Xxf86vm drm xcb-render xcb-shm
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2006-01-20 08:12:02 -05:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-07-18 14:49:01 -04:00
|
|
|
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OSREV}
|
2004-06-24 20:16:35 -04:00
|
|
|
SUBST_VARS= GNU_ARCH VERSION
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2001-02-21 13:34:50 -05:00
|
|
|
USE_GMAKE= Yes
|
2009-09-27 12:56:40 -04:00
|
|
|
|
2009-10-09 09:06:30 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
2011-03-02 01:42:20 -05:00
|
|
|
--disable-linguas \
|
|
|
|
--without-kde4session \
|
|
|
|
--with-gnome2session \
|
|
|
|
--with-xdmsession
|
2009-10-09 09:06:30 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
|
2011-03-02 01:42:20 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-02-21 13:34:50 -05:00
|
|
|
|
2002-10-29 14:48:57 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2011-03-15 09:30:39 -04:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/themes/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${PREFIX}/share/sawfish/${VERSION}/themes/ && \
|
|
|
|
chown -R ${SHAREOWN}:${SHAREGRP} StyleTab
|
|
|
|
|
2001-02-21 13:34:50 -05:00
|
|
|
.include <bsd.port.mk>
|