mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# New ports collection makefile for: kmamerun
|
|
# Date created: 24 Nov 1999
|
|
# Whom: Nick Sayer <nsayer@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmamerun
|
|
PORTVERSION= 0.3.0.1
|
|
CATEGORIES= emulators kde
|
|
MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
|
|
DISTNAME= kmamerun-0.3.0pre1
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_QT= yes
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555"
|
|
|
|
.include <bsd.port.mk>
|