2013-05-23 04:03:09 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-12-21 06:31:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= toycars
|
2010-02-05 01:20:52 +01:00
|
|
|
PORTVERSION= 0.3.10
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 8
|
2005-12-21 06:31:00 +01:00
|
|
|
CATEGORIES= games
|
2007-08-14 15:42:14 +02:00
|
|
|
MASTER_SITES= SF
|
2005-12-21 06:31:00 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-12-21 06:31:00 +01:00
|
|
|
COMMENT= Physics-based 2D racing game
|
|
|
|
|
2016-11-25 10:25:40 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
2010-02-05 01:20:52 +01:00
|
|
|
|
2018-10-28 20:41:53 +01:00
|
|
|
USES= gl gmake localbase
|
|
|
|
USE_CXXSTD= c++98
|
2016-11-25 10:25:40 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-02-05 01:20:52 +01:00
|
|
|
USE_SDL= image sdl
|
|
|
|
USE_GL= gl glu
|
2005-12-21 06:31:00 +01:00
|
|
|
|
2013-10-17 01:56:44 +02:00
|
|
|
PLIST_FILES= bin/toycars \
|
|
|
|
bin/toycars_track_editor \
|
|
|
|
bin/toycars_vehicle_editor
|
|
|
|
PORTDOCS= *
|
|
|
|
PORTDATA= *
|
2006-07-26 22:28:20 +02:00
|
|
|
|
2013-10-17 01:56:44 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2013-05-23 04:03:09 +02:00
|
|
|
|
2010-02-05 01:20:52 +01:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/data/.*Store
|
|
|
|
|
2016-11-25 10:25:40 +01:00
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2013-10-17 01:56:44 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2006-07-26 22:28:20 +02:00
|
|
|
|
2005-12-21 06:31:00 +01:00
|
|
|
.include <bsd.port.mk>
|