FreeBSD Bugzilla – Attachment 178994 Details for
Bug 216183
[New Port] adding games/mari0 a combine of Super Mario and Portal games
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adds port to the tree
D9214.diff (text/plain), 2.22 KB, created by
Mahdi Mokhtari
on 2017-01-17 15:43:44 UTC
(
hide
)
Description:
Patch adds port to the tree
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2017-01-17 15:43:44 UTC
Size:
2.22 KB
patch
obsolete
>Index: games/mari0/Makefile >=================================================================== >--- /dev/null >+++ games/mari0/Makefile >@@ -0,0 +1,41 @@ >+# Created by: Mahdi Mokhtari <mokhi64@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= mari0 >+PORTVERSION= 1.6 >+PORTREVISION?= 0 >+CATEGORIES= games >+MASTER_SITES= http://stabyourself.net/dl.php?file=${PORTNAME}-${PORTVERSION:C/\./00/}/ >+DISTNAME= ${PORTNAME}-source >+ >+MAINTAINER= mokhi64@gmail.com >+COMMENT= Nintendo\'s Super Mario Bros and Valve\'s Portal at same time >+ >+LICENSE= CC-BY-NC-SA-3.0 >+ >+RUN_DEPENDS= love:devel/love >+ >+USES+= zip >+NO_BUILD= yes >+NO_ARCH= yes >+ >+SUB_FILES= mari0 >+SUB_LIST+= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} >+ >+PLIST_FILES= bin/mari0 >+PORTDOCS= * >+PORTDATA= * >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${PORTVERSION}.love \ >+ ${STAGEDIR}${DATADIR}/ >+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ >+DOCS_post-install: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKDIR}/readme.txt ${STAGEDIR}${DOCSDIR}/ >+ >+.include <bsd.port.mk> >Index: games/mari0/distinfo >=================================================================== >--- /dev/null >+++ games/mari0/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1484588363 >+SHA256 (mari0-source.zip) = b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037 >+SIZE (mari0-source.zip) = 3625226 >Index: games/mari0/files/mari0.in >=================================================================== >--- /dev/null >+++ games/mari0/files/mari0.in >@@ -0,0 +1,3 @@ >+#!/bin/sh >+ >+exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@" >Index: games/mari0/pkg-descr >=================================================================== >--- /dev/null >+++ games/mari0/pkg-descr >@@ -0,0 +1,14 @@ >+Mari0 is a fan-made video game that combines >+the Super Mario Bros and Portal games. >+ >+I introduces itself with these features: >+ Complete recreation of SMB >+ Elements from Portal >+ Portal gun that shoots portals >+ 4-player simultaneous coop >+ Level Editor that was used to create the levels in the game >+ 33 different hats >+ Downloadable Mappacks >+ Game modifiers for extra fun >+ >+WWW: http://stabyourself.net/mari0/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216183
:
178994
|
179031