freebsd-ports/games/kbilliards/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

42 lines
846 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.7b
PORTREVISION= 2
CATEGORIES= games kde
MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
MAINTAINER= ports@FreeBSD.org
COMMENT= Funny billiards simulator game for KDE
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_BZIP2= yes
USE_GETTEXT= yes
USE_KDELIBS_VER=3
USE_PERL5_BUILD=yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CFLAGS+= -Dsqrtl=sqrt
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502114
CFLAGS+= -Dround=rint
.endif
.if ${OSVERSION} >= 800024
BROKEN= does not compile
.endif
pre-configure:
@cd ${WRKSRC} && ${PERL} admin/am_edit
.include <bsd.port.post.mk>