freebsd-ports/games/openmortal/Makefile
Tobias C. Berner 63c8147ee1 games/openmortal: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
  wrapper) in the near future -- use pkg-config to gather the required
  flags.

PR:             251512
2021-08-06 16:09:31 +02:00

24 lines
498 B
Makefile

# Created by: krion@FreeBSD.org
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
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>