1999-11-25 06:44:52 +00:00
|
|
|
# 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
|
1999-11-25 06:44:52 +00:00
|
|
|
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
|
1999-11-25 06:44:52 +00:00
|
|
|
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
|
|
|
|
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
|
2000-02-24 07:01:14 +00:00
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
|
|
kdeui.3:${PORTSDIR}/x11/kdelibs11
|
1999-11-25 06:44:52 +00:00
|
|
|
|
2000-02-23 00:14:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_QT= yes
|
2000-01-22 18:20:40 +00:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
|
|
INSTALL_SCRIPT="install -c -m 555"
|
1999-11-25 06:44:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|