Makefile 339 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.14 2016/08/20 00:14:01 bentley Exp $
  2. COMMENT = n64 emulator command-line ui plugin
  3. REVISION = 4
  4. # GPLv2+
  5. PERMIT_PACKAGE_CDROM = Yes
  6. WANTLIB = SDL2 c pthread
  7. LIB_DEPENDS = devel/sdl2
  8. MUPEN64PLUS_MOD = ui-console
  9. MAKE_FLAGS += MANDIR=${PREFIX}/man \
  10. PIE=1
  11. USE_WXNEEDED = Yes
  12. .include <bsd.port.mk>