blob: 8fd0138d8ec29c83c61c88521d04b94a03c57c42 (
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
25
|
# 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>
|