2012-12-31 19:21:45 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.57 2012/12/31 19:21:45 dcoppa Exp $
|
2007-09-26 19:13:35 +00:00
|
|
|
|
2012-05-28 14:14:05 +00:00
|
|
|
COMMENT= highly configurable framework window manager
|
2007-09-26 19:13:35 +00:00
|
|
|
|
2012-12-31 17:41:43 +00:00
|
|
|
DISTNAME= awesome-3.4.14
|
2011-11-30 11:50:58 +00:00
|
|
|
EXTRACT_SUFX= .tar.xz
|
2007-09-26 19:13:35 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://awesome.naquadah.org/
|
|
|
|
|
2010-06-02 15:07:50 +00:00
|
|
|
MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
2007-09-26 19:13:35 +00:00
|
|
|
|
2008-08-20 16:00:03 +00:00
|
|
|
# GPLv2+
|
2007-09-26 19:13:35 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2012-12-31 17:41:43 +00:00
|
|
|
WANTLIB= GL Imlib2 X11 X11-xcb Xcursor Xext \
|
|
|
|
Xrender c cairo dbus-1 ev execinfo \
|
|
|
|
expat fontconfig freetype glib-2.0 \
|
|
|
|
gobject-2.0 ${MODLUA_WANTLIB} m \
|
|
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
pixman-1 png pthread-stubs \
|
|
|
|
startup-notification-1 xcb xcb-atom \
|
|
|
|
xcb-aux xcb-event xcb-icccm xcb-image \
|
|
|
|
xcb-keysyms xcb-property xcb-randr \
|
|
|
|
xcb-render xcb-shape xcb-shm \
|
|
|
|
xcb-xinerama xcb-xtest xdg-basedir z
|
2010-06-02 15:07:50 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= devel/libexecinfo \
|
|
|
|
devel/pango \
|
|
|
|
devel/libev \
|
|
|
|
devel/startup-notification \
|
|
|
|
graphics/imlib2 \
|
2012-05-15 19:38:01 +00:00
|
|
|
${MODLUA_LIB_DEPENDS} \
|
2010-11-22 08:36:47 +00:00
|
|
|
x11/dbus \
|
|
|
|
x11/libxdg-basedir
|
|
|
|
|
|
|
|
BUILD_DEPENDS= devel/gperf \
|
|
|
|
devel/luadoc \
|
2011-01-15 22:20:32 +00:00
|
|
|
textproc/asciidoc>=8.4.5 \
|
2010-11-22 08:36:47 +00:00
|
|
|
textproc/xmlto \
|
|
|
|
graphics/ImageMagick \
|
|
|
|
devel/doxygen
|
|
|
|
|
|
|
|
RUN_DEPENDS= graphics/feh \
|
|
|
|
misc/rlwrap \
|
|
|
|
shells/bash
|
2007-12-16 21:27:14 +00:00
|
|
|
|
2011-07-06 21:25:23 +00:00
|
|
|
MODULES= devel/cmake \
|
2012-05-15 19:38:01 +00:00
|
|
|
devel/gettext \
|
|
|
|
lang/lua
|
2007-09-26 19:13:35 +00:00
|
|
|
|
2012-12-31 19:21:45 +00:00
|
|
|
CONFIGURE_ARGS= -DCOMPRESS_MANPAGES=off \
|
|
|
|
-DSYSCONFDIR=${SYSCONFDIR}
|
2010-06-03 15:43:18 +00:00
|
|
|
|
2011-11-08 09:30:52 +00:00
|
|
|
SEPARATE_BUILD= No
|
|
|
|
|
2007-09-26 19:13:35 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2011-11-30 11:50:58 +00:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/lib/naughty.lua.in \
|
|
|
|
${WRKSRC}/lib/awful/util.lua.in
|
|
|
|
|
2007-09-26 19:13:35 +00:00
|
|
|
post-install:
|
2011-11-30 11:50:58 +00:00
|
|
|
@rm ${WRKINST}/${LOCALBASE}/share/awesome/lib/*.{beforesubst,orig}
|
|
|
|
@rm ${WRKINST}/${LOCALBASE}/share/awesome/lib/awful/*.{beforesubst,orig}
|
2010-07-29 06:40:02 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/awesome
|
2010-07-28 21:27:28 +00:00
|
|
|
@mv ${WRKINST}/${SYSCONFDIR}/xdg/awesome/rc.lua \
|
|
|
|
${PREFIX}/share/examples/awesome/
|
2007-09-26 19:13:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|