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
|
2006-06-12 11:10:47 +02:00
|
|
|
PORTVERSION= 0.8.7
|
2006-08-15 10:27:47 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2005-07-08 22:06:47 +02:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
|
2004-11-17 18:42:38 +01:00
|
|
|
USE_BZIP2= yes
|
2006-08-15 10:27:47 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_PERL5_BUILD=yes
|
2003-05-16 17:16:47 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-17 18:42:38 +01:00
|
|
|
|
2005-07-08 22:06:47 +02:00
|
|
|
CFLAGS+= -Dsqrtl=sqrt
|
2005-07-04 17:46:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-07-08 22:06:47 +02:00
|
|
|
.if ${OSVERSION} < 502114
|
|
|
|
CFLAGS+= -Dround=rint
|
2005-07-04 17:46:47 +02:00
|
|
|
.endif
|
|
|
|
|
2005-12-18 11:37:11 +01:00
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ${PERL} admin/am_edit
|
|
|
|
|
2005-07-04 17:46:47 +02:00
|
|
|
.include <bsd.port.post.mk>
|