aboutsummaryrefslogtreecommitdiff
path: root/games/openmortal/Makefile
blob: 500618a84f7e62e0ed616d3b0ef2a7c72eec3d03 (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
PORTNAME=	openmortal
PORTVERSION=	0.7
PORTREVISION=	13
CATEGORIES=	games
MASTER_SITES=	SF

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Parody of the once popular coin-up fighting game, Mortal Kombat
WWW=		http://apocalypse.rulez.org/~upi/Mortal/

LIB_DEPENDS=	libfreetype.so:print/freetype2

USES=		dos2unix perl5 pkgconfig sdl tar:bzip2
GNU_CONFIGURE=	yes
USE_SDL=	mixer image sdl net
DOS2UNIX_FILES=	src/gfx.cpp

PLIST_FILES=	bin/${PORTNAME}
PORTDATA=	*

BINARY_ALIAS=	freetype-config=true

.include <bsd.port.mk>