16 lines
252 B
Makefile
16 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:06:04 espie Exp $
|
|
|
|
COMMENT = n64 emulator input plugin
|
|
|
|
REVISION = 0
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = SDL pthread
|
|
LIB_DEPENDS = devel/sdl
|
|
|
|
MUPEN64PLUS_MOD = input-sdl
|
|
|
|
.include <bsd.port.mk>
|