aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ion3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ion3/Makefile')
-rw-r--r--x11-wm/ion3/Makefile30
1 files changed, 20 insertions, 10 deletions
diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile
index 768162d88ea3..3f62526cc571 100644
--- a/x11-wm/ion3/Makefile
+++ b/x11-wm/ion3/Makefile
@@ -1,22 +1,32 @@
-# New ports collection makefile for: ion
-# Date created: 20 January 2001
-# Whom: ricci@cs.utah.edu
+# New ports collection makefile for: ion-devel
+# Date created: 20 August 2003
+# Whom: anthony.ginepro@laposte.net
+# Original ion port: ricci@cs.utah.edu
#
# $FreeBSD$
#
-PORTNAME= ion
-PORTVERSION= 20020207
-PORTREVISION= 1
+PORTNAME= ion-2
+PORTVERSION= 20040407
CATEGORIES= x11-wm
-MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
+MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/
-MAINTAINER= ricci@cs.utah.edu
-COMMENT= A window manager with a text-editorish, keyboard friendly interface
+MAINTAINER= anthony.ginepro@laposte.net
+COMMENT= Ion is a tiling tabbed window manager
-MAN1= ion.1x
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \
+ lua.5:${PORTSDIR}/lang/lua
+CONFLICTS= ion-2002* ion-devel-*
+
+USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_GMAKE= yes
+MAN1= ion.1 pwm.1
+DOCSDIR= share/doc/ion
+
+# NO, I don't want to use configure but ion's author system.mk
+do-configure:
+
.include <bsd.port.mk>