2004-05-30 07:06:29 +00:00
|
|
|
# New ports collection makefile for: ion-devel
|
|
|
|
# Date created: 20 August 2003
|
|
|
|
# Whom: anthony.ginepro@laposte.net
|
|
|
|
# Original ion port: ricci@cs.utah.edu
|
2001-01-20 21:42:25 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-05-30 07:06:29 +00:00
|
|
|
PORTNAME= ion-2
|
2004-06-02 03:22:30 +00:00
|
|
|
PORTVERSION= 20040601
|
2001-01-20 21:42:25 +00:00
|
|
|
CATEGORIES= x11-wm
|
2004-05-30 07:06:29 +00:00
|
|
|
MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/
|
2001-01-20 21:42:25 +00:00
|
|
|
|
2004-05-30 07:06:29 +00:00
|
|
|
MAINTAINER= anthony.ginepro@laposte.net
|
|
|
|
COMMENT= Ion is a tiling tabbed window manager
|
2001-01-20 21:42:25 +00:00
|
|
|
|
2004-06-04 17:29:38 +00:00
|
|
|
LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua
|
2001-01-20 21:42:25 +00:00
|
|
|
|
2004-06-02 03:22:30 +00:00
|
|
|
CONFLICTS= ion-2002* ion-devel-* pwm-*
|
2004-05-30 07:06:29 +00:00
|
|
|
|
2004-06-04 17:29:38 +00:00
|
|
|
USE_LIBLTDL= yes
|
2004-05-30 07:06:29 +00:00
|
|
|
USE_LIBTOOL_VER=15
|
2001-01-20 21:42:25 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-05-30 07:06:29 +00:00
|
|
|
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:
|
|
|
|
|
2001-01-20 21:42:25 +00:00
|
|
|
.include <bsd.port.mk>
|