summaryrefslogblamecommitdiff
path: root/emulators/kmamerun/Makefile
blob: d4ef1c9583ce3206a7656abd086d8af43d7cbddc (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                       
                                  
                                















                                                     
# New ports collection makefile for:   kmamerun
# Version required:	0.3.0pre1
# Date created:		24 Nov 1999
# Whom:			Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#

DISTNAME=	kmamerun-0.3.0pre1
PKGNAME=	kmamerun-0.3.0.1
CATEGORIES=	emulators kde
MASTER_SITES=	ftp://ftp.sad.it/pub/kde/local/

MAINTAINER=	nsayer@freebsd.org

RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame
LIB_DEPENDS=	qt.2:${PORTSDIR}/x11-toolkits/qt142 \
		kdecore.2:${PORTSDIR}/x11/kdelibs11 \
		kdeui.2:${PORTSDIR}/x11/kdelibs11

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	"--prefix=$(PREFIX)"
CONFIGURE_ENV=	CXXFLAGS="$(CFLAGS)" \
		INSTALL_SCRIPT="install -c -m 555"

.include <bsd.port.mk>