aboutsummaryrefslogtreecommitdiffstats
path: root/games/shaaft/Makefile
blob: 56e3cc240f8575f11e5781f229c21d5f92b83c7b (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
# New ports collection makefile for:    shaaft
# Date created:             02 Jan 2004
# Whom:             krion@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   shaaft
PORTVERSION=    0.5.0
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sourceforge/criticalmass
DISTNAME=   Shaaft-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Shaaft is an OpenGL 3D falling block game similar to Blockout

USE_BZIP2=  yes
USE_SDL=    mixer image sdl
GNU_CONFIGURE=  yes

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN6=       ${PORTNAME}.6

.include <bsd.port.mk>