blob: 3498edbd53e1ffb34f2175eb5b14174263c98b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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)
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>
|