-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
39 lines
836 B
Makefile
39 lines
836 B
Makefile
# New ports collection makefile for: ion-2
|
|
# Date created: 20 August 2003
|
|
# Whom: anthony.ginepro@laposte.net
|
|
# Original ion port: ricci@cs.utah.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ion-2
|
|
PORTVERSION= 20040729
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://modeemi.fi/~tuomov/dl/archives/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tiling tabbed window manager
|
|
|
|
BROKEN= Does not build with new libltdl 2.2
|
|
|
|
CONFLICTS= ion-2002* ion-devel-* pwm-*
|
|
|
|
USE_XORG= x11 xext xinerama
|
|
USE_AUTOTOOLS= libtool:22 libltdl:22
|
|
USE_LUA= 5.0
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= DEFINES="${IONDEFINES}"
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if !defined(WITH_MULTIBYTE)
|
|
IONDEFINES+= -DCF_NO_MB_SUPPORT
|
|
.endif
|
|
|
|
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>
|