1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/emulators/kmamerun/Makefile

26 lines
576 B
Makefile
Raw Normal View History

# New ports collection makefile for: kmamerun
# Date created: 24 Nov 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= kmamerun
PORTVERSION= 0.3.0.1
CATEGORIES= emulators kde
MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
2000-04-12 04:56:17 +00:00
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>