f004a6ca1b
- 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
20 lines
374 B
Makefile
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>
|