2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2007-01-17 00:57:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= flyhard
|
2009-06-08 00:56:32 +02:00
|
|
|
PORTVERSION= 0.42
|
2017-01-06 09:45:03 +01:00
|
|
|
PORTREVISION= 10
|
2007-01-17 00:57:42 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.markboyd.me.uk/games/flyhard/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2007-01-17 00:57:42 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2007-01-17 00:57:42 +01:00
|
|
|
COMMENT= Game resembling Thrust, but with lots of shooting and puzzles
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-04-01 19:23:08 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
|
2007-01-17 00:57:42 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-10-04 03:40:00 +02:00
|
|
|
USES= gmake
|
2007-01-17 00:57:42 +01:00
|
|
|
USE_SDL= sdl mixer
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2015-04-01 19:23:08 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-01-17 00:57:42 +01:00
|
|
|
|
2013-10-04 03:40:00 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2015-04-01 19:23:08 +02:00
|
|
|
PORTDOCS= AUTHORS ChangeLog README
|
2013-10-04 03:40:00 +02:00
|
|
|
PORTDATA= *
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2007-01-17 00:57:42 +01:00
|
|
|
|
|
|
|
post-install:
|
2013-10-04 03:40:00 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2015-04-01 19:23:08 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
2007-01-17 00:57:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|