25 lines
509 B
Makefile
25 lines
509 B
Makefile
# Created by: krion@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openmortal
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 9
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= A parody of the once popular coin-up fighting game, Mortal Kombat
|
|
|
|
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
|
|
|
|
USE_BZIP2= yes
|
|
USES= perl5
|
|
USE_SDL= mixer image sdl net
|
|
USE_DOS2UNIX= src/gfx.cpp
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|