View | Details | Raw Unified | Return to bug 216183 | Differences between
and this patch

Collapse All | Expand All

(-)games/mari0/Makefile (+40 lines)
Added Link Here
1
# Created by: Mahdi Mokhtari <mokhi64@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	mari0
5
PORTVERSION=	1.6
6
CATEGORIES=	games
7
MASTER_SITES=	http://stabyourself.net/dl.php?file=${PORTNAME}-${PORTVERSION:C/\./00/}/
8
DISTNAME=	${PORTNAME}-source
9
10
MAINTAINER=	mokhi64@gmail.com
11
COMMENT=	Nintendo\'s Super Mario Bros and Valve\'s Portal at same time
12
13
LICENSE=	CC-BY-NC-SA-3.0
14
15
RUN_DEPENDS=	love:devel/love
16
17
USES=		zip
18
NO_BUILD=	yes
19
NO_ARCH=	yes
20
21
SUB_FILES=	mari0
22
SUB_LIST+=	PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
23
24
PLIST_FILES=	bin/mari0
25
PORTDOCS=	*
26
PORTDATA=	*
27
28
OPTIONS_DEFINE=		DOCS
29
30
do-install:
31
	${MKDIR} ${STAGEDIR}${DATADIR}
32
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${PORTVERSION}.love \
33
		${STAGEDIR}${DATADIR}/
34
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
35
36
DOCS_post-install:
37
	${MKDIR} ${STAGEDIR}${DOCSDIR}
38
	${INSTALL_DATA} ${WRKDIR}/readme.txt ${STAGEDIR}${DOCSDIR}/
39
40
.include <bsd.port.mk>
(-)games/mari0/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1484739290
2
SHA256 (mari0-source.zip) = b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037
3
SIZE (mari0-source.zip) = 3625226
(-)games/mari0/files/mari0.in (+3 lines)
Added Link Here
1
#!/bin/sh
2
3
exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@"
(-)games/mari0/pkg-descr (+14 lines)
Added Link Here
1
Mari0 is a fan-made video game that combines
2
the Super Mario Bros and Portal games.
3
4
I introduces itself with these features:
5
    Complete recreation of SMB
6
    Elements from Portal
7
    Portal gun that shoots portals
8
    4-player simultaneous coop
9
    Level Editor that was used to create the levels in the game
10
    33 different hats
11
    Downloadable Mappacks
12
    Game modifiers for extra fun
13
14
WWW: http://stabyourself.net/mari0/

Return to bug 216183