mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
2e7f27934a
platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
35 lines
644 B
Makefile
35 lines
644 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 compiler:c11 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>
|