Tweak games/kreversi version 4.14.3
[dports.git] / games / openmortal / Makefile
1 # Created by: krion@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       openmortal
5 PORTVERSION=    0.7
6 PORTREVISION=   13
7 CATEGORIES=     games
8 MASTER_SITES=   SF
9
10 MAINTAINER=     amdmi3@FreeBSD.org
11 COMMENT=        Parody of the once popular coin-up fighting game, Mortal Kombat
12
13 LIB_DEPENDS=    libfreetype.so:print/freetype2
14
15 USES=           tar:bzip2 dos2unix perl5
16 GNU_CONFIGURE=  yes
17 USE_SDL=        mixer image sdl net
18 DOS2UNIX_FILES= src/gfx.cpp
19
20 PLIST_FILES=    bin/${PORTNAME}
21 PORTDATA=       *
22
23 .include <bsd.port.mk>