123456789101112131415161718192021 |
- # $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:28 sthen Exp $
- COMMENT = n64 emulator video plugin
- REVISION = 5
- # XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
- VERSION = 2.0.0
- # GPLv2+
- PERMIT_PACKAGE_CDROM = Yes
- WRKDIST = ${WRKDIR}/mupen64plus-${MUPEN64PLUS_MOD}
- WANTLIB = GL GLEW GLU SDL c m pthread ${LIBCXX}
- LIB_DEPENDS = graphics/glew>=1.12.0 \
- devel/sdl
- MUPEN64PLUS_MOD = video-z64
- .include <bsd.port.mk>
|