Makefile 324 B

1234567891011121314151617
  1. # $OpenBSD: Makefile,v 1.10 2016/01/11 09:35:45 ajacoutot Exp $
  2. COMMENT = n64 emulator sdl audio plugin
  3. REVISION = 2
  4. # GPLv2+
  5. PERMIT_PACKAGE_CDROM = Yes
  6. WANTLIB = SDL2 pthread samplerate speexdsp
  7. LIB_DEPENDS = audio/speex \
  8. devel/sdl2 \
  9. audio/libsamplerate
  10. MUPEN64PLUS_MOD = audio-sdl
  11. .include <bsd.port.mk>