freebsd-ports/games/90secondportraits/Makefile
Dmitry Marakasov 708297b1d3 90 Second Portraits is a silly speed painting game developed for
Ludum Dare 31 Jam competition.

Time is money and you have neither! In 90 SECOND PORTRAITS you're
paying the bills by speed painting portraits of bypassing customers!

You have 90 seconds to paint the customer and his/her prefered
background! Your work day ends after 5 customers!

WWW: http://tangramgames.dk/games/90secondportraits/
2017-04-05 17:40:35 +00:00

52 lines
1.2 KiB
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= 90secondportraits
PORTVERSION= 1.01b
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Silly speed painting game
LICENSE= ZLIB MIT CC-BY-SA-4.0 CC-BY-3.0
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= love:devel/love
USE_GITHUB= yes
GH_ACCOUNT= SimonLarsen:DEFAULT
GH_PROJECT= 90-Second-Portraits:DEFAULT
GH_TUPLE= vrld:hump:537ca76:hump/hump \
kikito:middleclass:f670920:middleclass/middleclass
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png
PORTDOCS= *
PORTDATA= *
SUB_FILES= ${PORTNAME}
DESKTOP_ENTRIES="${PORTNAME}" \
"" \
"${PREFIX}/share/pixmaps/${PORTNAME}.png" \
"${PORTNAME}" \
"Game;Art;" \
""
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/data/android-icons/drawable-xhdpi/ic_launcher.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.md ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>