Makefile 815 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:19 sthen Exp $
  2. V = 0.7.5
  3. COMMENT = ridiculous shoot-em-up game
  4. DISTNAME = mars_source_${V}
  5. PKGNAME = mars-${V}
  6. CATEGORIES = games x11
  7. REVISION = 3
  8. HOMEPAGE = http://mars-game.sourceforge.net/
  9. # GPLv3+
  10. PERMIT_PACKAGE_CDROM = Yes
  11. WANTLIB += GL GLU Xrandr c fribidi m pthread sfml-audio sfml-graphics
  12. WANTLIB += sfml-system sfml-window ${LIBCXX} tag
  13. # Not using the GH_* variables on purpose. The tarball was generated
  14. # separately. Will update to use GH_* next time M.A.R.S. is updated.
  15. MASTER_SITES = https://github.com/downloads/thelaui/M.A.R.S./
  16. MODULES = devel/cmake
  17. LIB_DEPENDS = audio/taglib \
  18. devel/fribidi \
  19. multimedia/sfml
  20. RUN_DEPENDS = devel/desktop-file-utils \
  21. x11/gtk+3,-guic
  22. NO_TEST = Yes
  23. WRKDIST = ${WRKDIR}/mars-game
  24. .include <bsd.port.mk>