1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/kdegames2/Makefile
Will Andrews 6c6e25b7dd Update to KDEGAMES 1.90 (aka KDE2 beta). This commit was delayed when I
discovered that my kdesupport2 port was botched.  However, after testing
and discovering that kdegames does not need kdesupport, it is being updated
now.  I hope to finish the rest of the job soon.

Repo-copy by:	asami
2000-05-17 07:28:06 +00:00

29 lines
642 B
Makefile

# 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
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>