Makefile 716 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.2 2017/05/31 08:08:15 espie Exp $
  2. COMMENT = flexible keyboardless emulator frontend
  3. DISTNAME = emulationstation-2.0.1a
  4. CATEGORIES = emulators
  5. HOMEPAGE = http://www.emulationstation.org/
  6. # MIT
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB += GL GLU SDL2 boost_date_time-mt boost_filesystem-mt
  9. WANTLIB += boost_locale-mt boost_system-mt c curl freeimage freetype
  10. WANTLIB += m pthread ${LIBECXX}
  11. GH_ACCOUNT = Aloshi
  12. GH_PROJECT = EmulationStation
  13. GH_COMMIT = 646bede3d9ec0acf0ae378415edac136774a66c5
  14. MODULES = devel/cmake
  15. COMPILER = gcc
  16. BUILD_DEPENDS = math/eigen3
  17. LIB_DEPENDS = devel/boost \
  18. devel/sdl2 \
  19. graphics/freeimage \
  20. net/curl
  21. NO_TEST = Yes
  22. .include <bsd.port.mk>