|
Lines 1-7
Link Here
|
| 1 |
# New ports collection makefile for: kbilliards |
1 |
# Created by: Kirill Ponomarew <ponomarew@oberon.net> |
| 2 |
# Date created: 15 May 2003 |
|
|
| 3 |
# Whom: Kirill Ponomarew <ponomarew@oberon.net> |
| 4 |
# |
| 5 |
# $FreeBSD: ports/games/kbilliards/Makefile,v 1.29 2010/12/04 07:31:45 ade Exp $ |
2 |
# $FreeBSD: ports/games/kbilliards/Makefile,v 1.29 2010/12/04 07:31:45 ade Exp $ |
| 6 |
|
3 |
|
| 7 |
PORTNAME= kbilliards |
4 |
PORTNAME= kbilliards |
|
Lines 9-35
Link Here
|
| 9 |
PORTREVISION= 6 |
6 |
PORTREVISION= 6 |
| 10 |
CATEGORIES= games kde |
7 |
CATEGORIES= games kde |
| 11 |
MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \ |
8 |
MASTER_SITES= http://www.hostnotfound.it/kbilliards/ \ |
| 12 |
${MASTER_SITE_LOCAL} |
9 |
LOCAL/arved |
| 13 |
MASTER_SITE_SUBDIR= arved |
|
|
| 14 |
|
10 |
|
| 15 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
| 16 |
COMMENT= Funny billiards simulator game for KDE |
12 |
COMMENT= Funny billiards simulator game for KDE |
| 17 |
|
13 |
|
|
|
14 |
LICENSE= GPLv2 # (or later) |
| 15 |
|
| 18 |
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure |
16 |
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure |
| 19 |
|
17 |
|
| 20 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
| 21 |
USE_GETTEXT= yes |
|
|
| 22 |
USE_KDELIBS_VER=3 |
19 |
USE_KDELIBS_VER=3 |
| 23 |
USE_PERL5_BUILD=yes |
20 |
USE_PERL5_BUILD=yes |
|
|
21 |
USE_GETTEXT= yes |
| 24 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
| 25 |
USE_AUTOTOOLS= libtool |
23 |
USE_AUTOTOOLS= libtool |
| 26 |
|
24 |
MAKE_JOBS_SAFE= yes |
| 27 |
CFLAGS+= -Dsqrtl=sqrt |
|
|
| 28 |
|
25 |
|
| 29 |
.include <bsd.port.pre.mk> |
26 |
.include <bsd.port.pre.mk> |
| 30 |
|
27 |
|
| 31 |
.if ${OSVERSION} >= 800024 |
28 |
.if ${OSVERSION} < 800024 |
| 32 |
BROKEN= does not compile |
29 |
CFLAGS+= -Dsqrtl=sqrt |
| 33 |
.endif |
30 |
.endif |
| 34 |
|
31 |
|
| 35 |
pre-configure: |
32 |
pre-configure: |