aboutsummaryrefslogtreecommitdiffstats
path: root/games/kdegames2/Makefile
blob: 7cbd1a4f8da12451ac92e56ba49e2b60796626f4 (plain) (blame)
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
26
27
28
29
30
# New ports collection makefile for:    kdegames2
# Date created:             Sun 14 May 2000 02:47:57
# Whom:                 Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   kdegames
PORTVERSION=    1.90
CATEGORIES= games kde
MASTER_SITES=   $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= unstable/distribution/tar/src

MAINTAINER= will@FreeBSD.org

LIB_DEPENDS=    kdecore.4:${PORTSDIR}/x11/kdelibs2

BROKEN=     "Does not compile/run properly"

MOC?=       ${X11BASE}/bin/moc2
USE_BZIP2=  yes
USE_QT2=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
        --with-qt-includes=${X11BASE}/include/qt2 \
        --with-qt-libraries=${X11BASE}/lib
CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE=  yes

.include <bsd.port.mk>