summaryrefslogtreecommitdiff
path: root/wm/ion/Makefile
diff options
context:
space:
mode:
authorcube <cube>2004-02-23 13:40:21 +0000
committercube <cube>2004-02-23 13:40:21 +0000
commit8c028cf1015c2bb50b6f0d6f69fa7271e01d71d4 (patch)
tree92edb620b1e30aa5c4c4c84e687be2545ead386d /wm/ion/Makefile
parentd44ec72a6811d88783ac061777a3ccb4dce3ced6 (diff)
downloadpkgsrc-8c028cf1015c2bb50b6f0d6f69fa7271e01d71d4.tar.gz
Update to ion-20040207 (a.k.a ion2). This is the new stable version of
Ion, two years after the last one! It is actually an update of ion-devel, which will then disappear before a new development branch is created for Ion. Most notable changes (since import of ion-devel, see ChangeLog in the distribution for a full listing): * Integration of the dock module * Workspace query asks for type of workspace when creating new. * Previous frame geometry (for maximize and shade) is saved in the workspaces save file. * Support changes in X keyboard map. * Autoconf script * The dock no longer gets focused when the pointer enters it. * Fill _NET_SUPPORTED root window property with the supported features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS). * Transient size calculation fixed. * Creating frame for a transient on a floatws will raise the frame containing the transient_for window. * Minor memory leak removed: drawing engine colour group name.
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r--wm/ion/Makefile35
1 files changed, 21 insertions, 14 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile
index 177f44e6531..177cd549913 100644
--- a/wm/ion/Makefile
+++ b/wm/ion/Makefile
@@ -1,32 +1,39 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 15:18:32 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/23 13:40:21 cube Exp $
#
-DISTNAME= ion-20020207
-CATEGORIES= x11 wm
-MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
+DISTNAME= ion-2-20040207
+PKGNAME= ${DISTNAME:S/-2-/-/}
+CATEGORIES= wm x11
+MASTER_SITES= http://modeemi.fi/~tuomov/dl/
-MAINTAINER= daniel@codefactory.se,zuntum@NetBSD.org
-HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://iki.fi/~tuomov/ion/
COMMENT= Keyboard friendly tiling window manager
-USE_BUILDLINK2= YES
+BUILDLINK_DEPENDS.lua= lua>=5.0.1
+
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
USE_GNU_TOOLS+= make
+GNU_CONFIGURE= YES
PKG_SYSCONFSUBDIR= ion
EGDIR= ${PREFIX}/share/examples/ion
-EGFILES= bindings-default.conf bindings-sun.conf kludges.conf \
- look-brownsteel.conf look-greyviolet.conf \
- look-simpleblue.conf look-wheat.conf sample.conf \
- ion.conf
+EGFILES= floatws.lua ion-bindings.lua ion-menus.lua \
+ ion.lua ionws.lua kludges.lua \
+ look-clean.lua look-cleanios.lua \
+ look-cleanviolet.lua look-dusky.lua \
+ look-greyviolet.lua look-ios.lua \
+ look-simpleblue.lua look-wheat2.lua menu.lua \
+ query.lua draw.lua pwm.lua pwm-bindings.lua \
+ pwm-menus.lua dock.lua dock-draw.lua
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
.endfor
.undef f
-# ion's sources will append "ion/" to PKG_SYSCONFBASEDIR, that is, the
-# PKG_SYSCONFSUBDIR we are currently using.
-MAKE_ENV= PKG_SYSCONFBASEDIR="${PKG_SYSCONFBASEDIR}"
+.include "../../lang/lua/buildlink3.mk"
+.include "../../devel/libtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"