aboutsummaryrefslogtreecommitdiffstats
path: root/games/linux-spheresofchaos-demo/Makefile
blob: 4f641f568a5d98fad96893c340b4dcee449ff116 (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
# New ports collection makefile for:   spheresofchaos-demo
# Date created:        31 January 2005
# Whom:                Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   spheresofchaos
PORTVERSION=    2.06
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

RUN_DEPENDS=    ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12

USE_ZIP=    yes

NO_BUILD=   yes

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

.include <bsd.port.mk>