2004-04-20 14:01:06 +00:00
|
|
|
# New ports collection makefile for: openmortal
|
|
|
|
# Date created: 20 Apr 2004
|
|
|
|
# Whom: krion@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openmortal
|
2004-05-01 07:37:22 +00:00
|
|
|
PORTVERSION= 0.7
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 7
|
2004-04-20 14:01:06 +00:00
|
|
|
CATEGORIES= games
|
2007-10-31 13:15:39 +00:00
|
|
|
MASTER_SITES= SF
|
2004-04-20 14:01:06 +00:00
|
|
|
|
2008-06-19 17:28:24 +00:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2004-04-20 14:01:06 +00:00
|
|
|
COMMENT= A parody of the once popular coin-up fighting game, Mortal Kombat
|
|
|
|
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_SDL= mixer image sdl net
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2007-10-31 13:15:39 +00:00
|
|
|
.include <bsd.port.mk>
|