2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Lars Engels <lars.engels@0x20.net>
|
2007-05-27 23:47:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= freesynd
|
2016-05-03 18:05:19 +02:00
|
|
|
PORTVERSION= 0.7.5
|
2007-05-27 23:47:00 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2007-05-27 23:47:00 +02:00
|
|
|
|
2013-10-05 18:01:07 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
|
|
COMMENT= Reimplementation of the classic Bullfrog game Syndicate
|
2007-05-27 23:47:00 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
2007-05-27 23:47:00 +02:00
|
|
|
|
2013-10-05 18:01:07 +02:00
|
|
|
USES= cmake
|
|
|
|
USE_SDL= sdl image mixer
|
2007-05-27 23:47:00 +02:00
|
|
|
|
2013-10-05 18:09:08 +02:00
|
|
|
SUB_FILES= pkg-message
|
2007-08-04 13:05:05 +02:00
|
|
|
|
2007-05-27 23:47:00 +02:00
|
|
|
do-install:
|
2013-10-05 18:01:07 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/freesynd ${STAGEDIR}${PREFIX}/bin
|
|
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR})
|
2007-05-27 23:47:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|