39 lines
779 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2017/11/16 23:20:38 naddy Exp $
COMMENT = third-person rabbit combat action game
DISTNAME = lugaru-1.2
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
2017-07-16 19:18:47 +00:00
WANTLIB += z ${COMPILER_LIBCXX}
MASTER_SITES = https://bitbucket.org/osslugaru/lugaru/downloads/
EXTRACT_SUFX = .tar.xz
2017-05-27 04:51:01 +00:00
MODULES = devel/cmake
COMPILER = base-clang ports-gcc
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>