aboutsummaryrefslogtreecommitdiffstats
path: root/games/kbilliards/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/kbilliards/Makefile')
-rw-r--r--games/kbilliards/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile
index 82f372849d93..602ec2dd52b8 100644
--- a/games/kbilliards/Makefile
+++ b/games/kbilliards/Makefile
@@ -5,24 +5,18 @@
# $FreeBSD$
PORTNAME= kbilliards
-PORTVERSION= 0.5
+PORTVERSION= 0.6.1
CATEGORIES= games kde
MASTER_SITES= http://xoomer.virgilio.it/samuele_c/kbilliards/
MAINTAINER= ports@FreeBSD.org
COMMENT= Funny billiards simulator game for KDE
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
+
USE_BZIP2= yes
USE_KDELIBS_VER= 3
-USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g ; \
- s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e \
- 's|$$(LIB_KDEPRINT)$$|$$(LIB_KDEPRINT) $$(LIBPTHREAD)|g' \
- ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>