7ebf1494f9
years, expecting an old version of XMAME (thus not supporting its options correctly), also there are other frontends like emulators/gxmame that work fine. PR: ports/109601 Submitted by: alepulver (myself) Approved by: smoberly@karamazov.org (maintainer)
27 lines
765 B
Makefile
27 lines
765 B
Makefile
# 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
|
|
PORTREVISION= 5
|
|
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)
|
|
|
|
DEPRECATED= Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
|
|
EXPIRATION_DATE=2007-03-27
|
|
|
|
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|