984e341bff
Also set WRKBUILD instead of defining do-build/do-install. Pointed out by a couple of people. ok espie@, stsp@
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/12/26 22:58:48 bentley Exp $
|
|
|
|
COMMENT = n64 emulator input plugin
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = SDL
|
|
LIB_DEPENDS = devel/sdl
|
|
|
|
MUPEN64PLUS_MOD = input-sdl
|
|
|
|
# resolve 'no newline at end of file' warning
|
|
post-patch:
|
|
echo >> ${WRKSRC}/src/osal_preproc.h
|
|
|
|
.include <bsd.port.mk>
|