2003-05-09 02:11:21 +02:00
|
|
|
# New ports collection makefile for: spacehulk
|
|
|
|
# Date created: Mon May 5 14:21:44 CEST 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spacehulk
|
2004-01-05 17:20:59 +01:00
|
|
|
PORTVERSION= 1.5.b1
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 3
|
2003-05-09 02:11:21 +02:00
|
|
|
CATEGORIES= games kde
|
2004-01-05 17:20:59 +01:00
|
|
|
MASTER_SITES= http://r.vinot.free.fr/spacehulk/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/-beta1/}
|
2003-05-09 02:11:21 +02:00
|
|
|
|
2004-05-23 01:41:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-09 02:11:21 +02:00
|
|
|
COMMENT= Science-fiction board game in the world of Warhammer 40000
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2004-05-23 02:08:43 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-05-09 02:11:21 +02:00
|
|
|
|
2004-05-23 02:08:43 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|