mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
629 B
Makefile
26 lines
629 B
Makefile
# 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
|
|
PORTVERSION= 1.5.b1
|
|
PORTREVISION= 5
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://r.vinot.free.fr/spacehulk/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/-beta1/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Science-fiction board game in the world of Warhammer 40000
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|