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
|
2013-10-05 18:01:07 +02:00
|
|
|
PORTVERSION= 0.7.1
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
2014-12-25 20:04:25 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/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>
|