summaryrefslogtreecommitdiff
path: root/emulators/kmamerun/Makefile
blob: f3f40a42df4f01221c086beb037853cb530f97d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	kmamerun
# Date created:				18 January 2003
# Whom:					Scott A. Moberly <smoberly@karamazov.org>
#
# $FreeBSD$

PORTNAME=	kmamerun
PORTVERSION=	1.1.0
CATEGORIES=	emulators kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	kmamerun

MAINTAINER=	smoberly@karamazov.org
COMMENT=	KDE frontend for M.A.M.E. (Multiple Arcade Machine Emulator)

RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame

USE_KDELIBS_VER=3
GNU_CONFIGURE=		yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>