Date: Fri, 14 Dec 2012 07:07:51 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308881 - head/games/kbilliards Message-ID: <201212140707.qBE77pvh010475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Dec 14 07:07:51 2012 New Revision: 308881 URL: http://svnweb.freebsd.org/changeset/ports/308881 Log: - Add LICENSE. - Add MAKE_JOBS_SAFE. - Fix build. PR: ports/172003 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/games/kbilliards/Makefile (contents, props changed) Modified: head/games/kbilliards/Makefile ============================================================================== --- head/games/kbilliards/Makefile Fri Dec 14 03:51:07 2012 (r308880) +++ head/games/kbilliards/Makefile Fri Dec 14 07:07:51 2012 (r308881) @@ -1,7 +1,4 @@ -# New ports collection makefile for: kbilliards -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ PORTNAME= kbilliards @@ -9,27 +6,27 @@ PORTVERSION= 0.8.7b PORTREVISION= 6 CATEGORIES= games kde MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= arved + LOCAL/arved MAINTAINER= ports@FreeBSD.org COMMENT= Funny billiards simulator game for KDE +LICENSE= GPLv2 # (or later) + EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_BZIP2= yes -USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes +USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool - -CFLAGS+= -Dsqrtl=sqrt +MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800024 -BROKEN= does not compile +.if ${OSVERSION} < 800024 +CFLAGS+= -Dsqrtl=sqrt .endif pre-configure:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212140707.qBE77pvh010475>