Release notes: https://github.com/JulNadeauCA/libagar/blob/v1.6.0/CHANGELOG.md#160---2020-05-16 ok and additional patch from cwen@
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/03/01 07:01:03 bentley Exp $
|
|
|
|
COMMENT = interactive test suite for agar
|
|
|
|
PKGNAME = agartest-$V
|
|
|
|
WANTLIB += GL SDL X11 Xinerama ag_au ag_core ag_gui ag_math c
|
|
WANTLIB += fontconfig freetype jpeg m png pthread portaudio sndfile z
|
|
|
|
LIB_DEPENDS = x11/agar/agar \
|
|
audio/libsndfile \
|
|
audio/portaudio-svn \
|
|
devel/sdl \
|
|
graphics/jpeg \
|
|
graphics/png
|
|
|
|
WRKSRC = ${WRKDIST}/tests
|
|
|
|
.include <bsd.port.mk>
|