blob: 14d42bfdd610c6c3dd202243d1e689e36056f473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.4.5
PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/${PORTVERSION}/
MAINTAINER= krion@FreeBSD.org
COMMENT= Science-fiction board game in the world of Warhammer 40000
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
.include <bsd.port.mk>
|