aboutsummaryrefslogtreecommitdiffstats
path: root/games/sdlroids/Makefile
blob: b9b17ae14111c91ec55cd32951ee5536e9dbac9e (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
# New ports collection makefile for:    sdlroids
# Date created:             29 March 2001
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   sdlroids
PORTVERSION=    1.3.4
PORTREVISION=   5
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An enhanced shoot-the-asteroids game

USE_SDL=    mixer sdl
USE_GMAKE=  yes
USE_BZIP2=  yes
GNU_CONFIGURE=  yes

MAN6=       sdlroids.6

.include <bsd.port.mk>