aboutsummaryrefslogtreecommitdiff
path: root/games/linux-spheresofchaos-demo/Makefile
blob: 23a7705ccaba0d553e12f1b17d78afe005199583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:   spheresofchaos-demo
# Date created:        31 January 2005
# Whom:                Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	spheresofchaos
PORTVERSION=	2.06
PORTREVISION=	1
CATEGORIES=	games linux
MASTER_SITES=	http://people.FreeBSD.org/~roam/games/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	roam
PKGNAMEPREFIX=	linux-
PKGNAMESUFFIX=	-demo
DISTNAME=	chaosl-${PORTVERSION}

MAINTAINER=	roam@FreeBSD.org
COMMENT=	An unusual and spectacular shoot-em-up for the PC

USE_ZIP=	yes
USE_LINUX=	yes
USE_LINUX_APPS=	sdl12

NO_BUILD=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKDIR}/Chaosl ${PREFIX}/bin
	${BRANDELF} -t Linux ${PREFIX}/bin/Chaosl

.include <bsd.port.mk>