openbsd-ports/x11/sawfish/Makefile

65 lines
1.6 KiB
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.67 2013/03/11 11:46:15 espie Exp $
COMMENT= extensible window manager
2010-09-29 13:07:31 -04:00
SHARED_ONLY= Yes
2012-09-21 05:48:52 -04:00
VERSION= 1.9.1
DISTNAME= sawfish-${VERSION}
2012-10-18 02:22:03 -04:00
REVISION= 1
2012-09-20 09:34:19 -04:00
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
MASTER_SITES= http://download.tuxfamily.org/sawfish/
2011-11-15 14:32:49 -05:00
EXTRACT_SUFX= .tar.xz
2010-03-20 12:58:11 -04:00
HOMEPAGE= http://sawfish.wikia.com/
# GPLv2
# Sounds: Artistic License 2.0
PERMIT_PACKAGE_CDROM= Yes
2009-03-07 10:37:38 -05:00
BUILD_DEPENDS= archivers/gtar \
2012-07-07 05:19:16 -04:00
x11/rep-gtk>=0.90.8.1
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/desktop-file-utils \
2012-07-07 05:19:16 -04:00
x11/rep-gtk>=0.90.8.1 \
2011-12-03 18:20:52 -05:00
x11/gtk+2,-guic
2012-10-18 02:22:03 -04:00
LIB_DEPENDS= devel/pangox-compat>=0.0.2 \
lang/librep \
2012-09-20 09:34:19 -04:00
x11/gtk+2
2011-11-15 14:32:49 -05:00
WANTLIB += GL ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xft Xi Xinerama Xrandr Xrender Xtst atk-1.0 c cairo
WANTLIB += expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
2011-11-15 14:32:49 -05:00
WANTLIB += gdk_pixbuf_xlib-2.0 gio-2.0 glib-2.0 gmodule-2.0 gmp
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 harfbuzz icudata
WANTLIB += icule icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pangoxft-1.0 pcre pixman-1 png pthread pthread-stubs
2012-10-18 02:22:03 -04:00
WANTLIB += rep xcb xcb-render xcb-shm z pangox-1.0
MODULES= devel/gettext
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
USE_GMAKE= Yes
2009-09-27 12:56:40 -04:00
2011-11-15 14:32:49 -05:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
--disable-linguas \
--without-kde4session \
--with-gnome2session \
--with-xdmsession
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -pthread" \
2011-11-15 14:32:49 -05:00
LDFLAGS="-L${LOCALBASE}/lib"
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-29 14:48:57 -05:00
pre-configure:
${SUBST_CMD} ${WRKSRC}/themes/Makefile.in
post-install:
2011-05-02 13:23:03 -04:00
cd ${PREFIX}/share/sawfish/themes/ && \
chown -R ${SHAREOWN}:${SHAREGRP} StyleTab
.include <bsd.port.mk>