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