blob: aba0c45fd3c422831b14b277970cd09e0ebe9884 (
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
|
# Created by: krion@FreeBSD.org
# $FreeBSD$
PORTNAME= openmortal
PORTVERSION= 0.7
PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A parody of the once popular coin-up fighting game, Mortal Kombat
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= perl5
USE_SDL= mixer image sdl net
USE_DOS2UNIX= src/gfx.cpp
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
.include <bsd.port.mk>
|