aboutsummaryrefslogtreecommitdiff
path: root/games/sdlroids/Makefile
blob: 00db4ca0d658298c61fc84238ad627808f18cc27 (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=	7
CATEGORIES=	games
MASTER_SITES=	SF

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

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

MAN6=		sdlroids.6

.include <bsd.port.mk>