2007-02-25 19:16:38 +01:00
|
|
|
## New ports collection makefile for: kmuddy
|
|
|
|
# Date created: 2007-02-25
|
|
|
|
# Whom: Michael Nottebrock <lofi@kiste>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kmuddy
|
|
|
|
PORTVERSION= 0.8
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
2007-02-25 19:16:38 +01:00
|
|
|
CATEGORIES= net games
|
|
|
|
MASTER_SITES= http://www.kmuddy.com/files/
|
|
|
|
|
2008-09-07 02:36:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-02-25 19:16:38 +01:00
|
|
|
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
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-02-25 19:16:38 +01:00
|
|
|
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>
|