freebsd-ports/games/taisei/Makefile
Dmitry Marakasov b90ac5538b Taisei (lit. Occident) is a fan-made Open Source clone of the Touhou
series, written in C using SDL/OpenGL.

Basically, it is a shoot'em up game with lots of bullets (the genre
is literally called bullet hell). The game is mostly done and very
playable, so feel free to give it a try!

WWW: https://taisei-project.org/
2017-11-24 16:02:29 +00:00

34 lines
631 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= taisei
PORTVERSION= 1.1.2
DISTVERSIONPREFIX= v
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open source Touhou clone
LICENSE= MIT CC0-1.0 PD
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png \
libzip.so:archivers/libzip
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}-project
USES= cmake pkgconfig
CMAKE_ARGS= -DTAISEI_VERSION_OVERRIDE=${PORTVERSION}
USE_SDL= sdl2 ttf2 mixer2
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
post-install:
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING.txt
.include <bsd.port.mk>