2003-01-19 00:03:48 +01:00
|
|
|
# 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
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 5
|
2003-01-19 00:03:48 +01:00
|
|
|
CATEGORIES= emulators kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= kmamerun
|
|
|
|
|
|
|
|
MAINTAINER= smoberly@karamazov.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= KDE frontend for M.A.M.E. (Multiple Arcade Machine Emulator)
|
2003-01-19 00:03:48 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-01-19 00:03:48 +01:00
|
|
|
CONFIGURE_TARGET=
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-01-19 00:03:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|