openbsd-ports/x11/ion/Makefile
gonzalo 3001063087 Update for Ion to 20090110:
* Apply FRAME_SHADED_TOGGLE hack in WFrame.maximize_vert
  for correct unshaded size hints to rqgeom handlers.
* A few strings were missing translation wrapper
* Shouldn't open queries in frame if message box is open.
* WMPlex focus code fixes/improvements.
* Unsqueeze fixes
* ioncore_warn_nolog uses usual warn if not in OPMODE_INIT.

And another bugs.

Tested by gilles@ (thanks!)
2013-04-29 12:40:49 +00:00

32 lines
567 B
Makefile

# $OpenBSD: Makefile,v 1.59 2013/04/29 12:40:49 gonzalo Exp $
COMMENT= light, keyboard friendly window manager
V= 20090110
DISTNAME= ion-3-${V}
PKGNAME= ion-${V}
CATEGORIES= x11
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
MASTER_SITES= http://tuomov.iki.fi/software/dl/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE X11 m c SM Xext ${MODLUA_WANTLIB}
MODULES= devel/gettext \
lang/lua
MODLUA_SA= Yes
LIB_DEPENDS= ${MODLUA_LIB_DEPENDS}
USE_GMAKE= Yes
USE_GROFF = Yes
NO_TEST= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/system.mk
.include <bsd.port.mk>