1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/freesynd/Makefile

24 lines
587 B
Makefile
Raw Normal View History

# Created by: Lars Engels <lars.engels@0x20.net>
PORTNAME= freesynd
2016-05-03 16:05:19 +00:00
PORTVERSION= 0.7.5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Reimplementation of the classic Bullfrog game Syndicate
LIB_DEPENDS= libpng.so:graphics/png
USES= cmake:insource sdl
USE_SDL= sdl image mixer
SUB_FILES= pkg-message
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/src/freesynd ${STAGEDIR}${PREFIX}/bin
(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>