Makefile 703 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.10 2017/04/10 11:46:18 sthen Exp $
  2. COMMENT= remake of Konami's F1-Spirit
  3. DISTNAME= f1spirit.src_0.rc9-1615
  4. PKGNAME= ${DISTNAME:S/.src_0.rc9-/-0./}
  5. REVISION = 2
  6. WRKDIST= ${WRKDIR}/${DISTNAME:S/.src_0.rc9-/-0.rc9./}
  7. EXTRACT_SUFX= .tgz
  8. CATEGORIES= games
  9. HOMEPAGE= http://f1spirit.jorito.net/
  10. MASTER_SITES= http://braingames.jorito.net/f1spirit/
  11. # GPLv2
  12. PERMIT_PACKAGE_CDROM= Yes
  13. WANTLIB+= GL GLU SDL SDL_image SDL_mixer SDL_net c crypto curl m nghttp2
  14. WANTLIB+= pthread ssl ${LIBCXX} z
  15. NO_TEST= Yes
  16. USE_GMAKE= Yes
  17. RUN_DEPENDS= devel/desktop-file-utils
  18. LIB_DEPENDS= devel/sdl-image \
  19. devel/sdl-net \
  20. devel/sdl-mixer \
  21. net/curl \
  22. devel/libidn
  23. .include <bsd.port.mk>