aboutsummaryrefslogtreecommitdiffstats
path: root/games/criticalmass/Makefile
blob: dbdd157c0848c510d0bb24b7919f8fc9c1f8cf1f (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
33
34
35
36
37
38
39
# Created by: nbm
# $FreeBSD$

PORTNAME=   criticalmass
PORTVERSION=    1.5.0
PORTREVISION=   2
PORTEPOCH=  1
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/Critical%20Mass/${PORTVERSION}-RC
DISTNAME=   CriticalMass-${PORTVERSION:R}

MAINTAINER= ports@FreeBSD.org
COMMENT=    SDL/OpenGL space shoot'em up game

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libpng.so:graphics/png \
        libtinyxml.so:textproc/tinyxml

USES=       compiler:c++0x tar:bzip2
USE_XORG=   x11
USE_GL=     gl
USE_SDL=    image mixer sdl
USE_CXXSTD= gnu++98
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-optimize

CONFLICTS=  shaaft-[0-9]*

PLIST_FILES=    bin/Packer \
        bin/critter \
        man/man6/critter.6.gz \
        share/Critical_Mass/resource.dat
PLIST_DIRS= share/Critical_Mass

DESKTOP_ENTRIES="CriticallMass" "" "" "critter" "" ""

.include <bsd.port.mk>