openbsd-ports/emulators/mupen64plus/audio-sdl/Makefile
bentley 984e341bff This should use Makefile.inc, not a module.
Also set WRKBUILD instead of defining do-build/do-install.

Pointed out by a couple of people. ok espie@, stsp@
2011-12-26 22:58:48 +00:00

22 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/12/26 22:58:48 bentley Exp $
COMMENT = n64 emulator sdl audio plugin
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = SDL samplerate
LIB_DEPENDS = devel/sdl \
audio/libsamplerate
MUPEN64PLUS_MOD = audio-sdl
# resolve 'no newline at end of file' warning
post-patch:
echo >> ${WRKSRC}/src/osal_preproc.h
.include <bsd.port.mk>