40 lines
795 B
Makefile
40 lines
795 B
Makefile
# $OpenBSD: Makefile,v 1.11 2018/06/29 22:16:14 espie Exp $
|
|
|
|
COMMENT = third-person rabbit combat action game
|
|
|
|
DISTNAME = lugaru-1.2
|
|
REVISION = 1
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://osslugaru.gitlab.io/
|
|
|
|
MAINTAINER = Kaashif Hymabaccus <kaashif@kaashif.co.uk>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += GL GLU SDL2 c jpeg m ogg openal png pthread vorbisfile
|
|
WANTLIB += z ${COMPILER_LIBCXX}
|
|
|
|
MASTER_SITES = https://bitbucket.org/osslugaru/lugaru/downloads/
|
|
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
MODULES = devel/cmake
|
|
|
|
COMPILER = base-clang ports-clang
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+3,-guic
|
|
LIB_DEPENDS = audio/libvorbis \
|
|
audio/openal \
|
|
devel/sdl2 \
|
|
graphics/jpeg \
|
|
graphics/png
|
|
|
|
CONFIGURE_ARGS = -DSYSTEM_INSTALL=Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|