2003-05-16 17:16:47 +02:00
|
|
|
# New ports collection makefile for: kbilliards
|
|
|
|
# Date created: 15 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kbilliards
|
2005-07-04 17:46:47 +02:00
|
|
|
PORTVERSION= 0.8.5
|
2003-05-16 17:16:47 +02:00
|
|
|
CATEGORIES= games kde
|
2005-02-25 18:39:43 +01:00
|
|
|
MASTER_SITES= http://www.hostnotfound.it/kbilliards/
|
2003-05-16 17:16:47 +02:00
|
|
|
|
2004-01-07 21:13:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-16 17:16:47 +02:00
|
|
|
COMMENT= Funny billiards simulator game for KDE
|
|
|
|
|
2004-11-17 18:42:38 +01:00
|
|
|
USE_BZIP2= yes
|
2005-07-04 17:46:47 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-05-17 16:11:20 +02:00
|
|
|
USE_KDELIBS_VER= 3
|
2003-05-16 17:16:47 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-11-17 18:42:38 +01:00
|
|
|
|
2005-07-04 17:46:47 +02:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 501000
|
|
|
|
BROKEN= "does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|sqrtl|sqrt|' \
|
|
|
|
${WRKSRC}/src/ball.cpp ${WRKSRC}/src/aiplayer.cpp
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|