15 lines
236 B
Makefile
15 lines
236 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:06:04 espie Exp $
|
|
|
|
COMMENT = n64 emulator signal co-processor plugin
|
|
|
|
REVISION = 0
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = m stdc++
|
|
|
|
MUPEN64PLUS_MOD = rsp-hle
|
|
|
|
.include <bsd.port.mk>
|