openbsd-ports/emulators/mupen64plus/audio-sdl/Makefile
bentley f004a6ca1b Cleanup emulators/mupen64plus.
- don't build with -O3
- downgrade other plugins' lib dep on core plugin to build dep
- fix some MAKE_FLAGS overwriting that snuck in
- remove old post-patch targets
- update wantlib
- take maintainership
2012-12-24 09:23:07 +00:00

20 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/12/24 09:23:07 bentley Exp $
COMMENT = n64 emulator sdl audio plugin
REVISION = 0
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = SDL pthread samplerate
LIB_DEPENDS = devel/sdl \
audio/libsamplerate
MUPEN64PLUS_MOD = audio-sdl
.include <bsd.port.mk>