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-09-24 17:06:33 +02:00
|
|
|
PORTVERSION= 0.8.7b
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 6
|
2003-05-16 17:16:47 +02:00
|
|
|
CATEGORIES= games kde
|
2006-10-08 22:01:37 +02:00
|
|
|
MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= arved
|
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
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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>
|
|
|
|
|
2008-04-27 00:03:08 +02:00
|
|
|
.if ${OSVERSION} >= 800024
|
|
|
|
BROKEN= does not compile
|
|
|
|
.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>
|