freebsd-ports/games/kbilliards/Makefile

39 lines
787 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 6
CATEGORIES= games kde
MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
2004-01-07 21:13:39 +01:00
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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
CFLAGS+= -Dsqrtl=sqrt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800024
BROKEN= does not compile
.endif
pre-configure:
@cd ${WRKSRC} && ${PERL} admin/am_edit
.include <bsd.port.post.mk>