35 lines
729 B
Makefile
35 lines
729 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/01/26 13:05:26 sthen Exp $
|
|
|
|
BROKEN-mips64el = Bus error on startup, no core file left
|
|
|
|
V = 0.4.1
|
|
REVISION = 1
|
|
COMMENT = 2D MMORPG focused on grinding
|
|
DISTNAME = choria-${V}-src
|
|
PKGNAME = choria-${V}
|
|
CATEGORIES = games x11
|
|
|
|
HOMEPAGE = https://github.com/jazztickets/choria
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += Irrlicht c m pthread sqlite3 stdc++
|
|
|
|
MASTER_SITES = https://choria.googlecode.com/files/
|
|
|
|
MODULES = devel/cmake
|
|
|
|
LIB_DEPENDS = x11/irrlicht
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-patch:
|
|
perl -pi -e "s,games/,,g" ${WRKSRC}/CMakeLists.txt \
|
|
${WRKSRC}/deployment/choria
|
|
perl -pi -e "s,games,bin,g" ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|