mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
417 B
Makefile
20 lines
417 B
Makefile
COMMENT = interactive test suite for agar
|
|
|
|
PKGNAME = agartest-$V
|
|
|
|
WANTLIB += GL SDL2 X11 Xinerama ag_au ag_core ag_gui ag_math c
|
|
WANTLIB += fontconfig freetype jpeg m png pthread portaudio sndfile
|
|
|
|
LIB_DEPENDS = x11/agar/agar \
|
|
audio/libsndfile \
|
|
audio/portaudio-svn \
|
|
devel/sdl2 \
|
|
graphics/jpeg \
|
|
graphics/png
|
|
|
|
WRKSRC = ${WRKDIST}/tests
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|