4f1f92308f
PR: 82577 Submitted by: Andrej Zverev <az@inec.ru>
33 lines
731 B
Makefile
33 lines
731 B
Makefile
# New ports collection makefile for: kbilliards
|
|
# Date created: 15 May 2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kbilliards
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://www.hostnotfound.it/kbilliards/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Funny billiards simulator game for KDE
|
|
|
|
USE_BZIP2= yes
|
|
USE_REINPLACE= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|