sthen 9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00

31 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/02/14 11:11:32 sthen Exp $
COMMENT = realtime audio and music engine for games
GH_ACCOUNT = olofson
GH_PROJECT = audiality2
GH_TAGNAME = v1.9.4
SHARED_LIBS += audiality2 0.1
CATEGORIES = audio
HOMEPAGE = http://audiality.org/
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# zlib
PERMIT_PACKAGE = Yes
PERMIT_DISTFILES = test/data/*.a2s are all rights reserved
WANTLIB += c SDL2 m
MODULES = devel/cmake
LIB_DEPENDS = devel/sdl2
CONFIGURE_ARGS = -DUSE_JACK=OFF
NO_TEST = Yes
.include <bsd.port.mk>