-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
41 lines
924 B
Makefile
41 lines
924 B
Makefile
## New ports collection makefile for: kmuddy
|
|
# Date created: 2007-02-25
|
|
# Whom: Michael Nottebrock <lofi@kiste>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmuddy
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= net games
|
|
MASTER_SITES= http://www.kmuddy.com/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MUD client for KDE
|
|
|
|
LIB_DEPENDS= mxp:${PORTSDIR}/net/libmxp
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_GETTEXT= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= kmuddy.1
|
|
|
|
OPTIONS= SDL "Use SDL for sound output (required for MIDI)" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_SDL)
|
|
CONFIGURE_ARGS+=--with-sdl
|
|
USE_SDL= mixer
|
|
.endif
|
|
|
|
post-patch:
|
|
@${SETENV} LANG=C TZ=UTC ${TOUCH} -t 200511301031.32 ${WRKSRC}/admin/libtool.m4.in
|
|
@${SETENV} LANG=C TZ=UTC ${TOUCH} -t 200510120853.48 ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.post.mk>
|