games/dMagnetic: create port
dMagnetic is a Magnetic Scrolls Interpreter. It allows to play classic text adventures such as "The Pawn", "The Guild of Thieves", "Fish!", "Jinxter", "Myth", "Corruption" and "Wonderland" in a terminal window. The beautiful graphics are being rendered in glorious ANSI art. WWW: http://www.dettus.net/dMagnetic/ PR: 238132 Submitted by: Thomas Dettbarn <dettus@dettus.net>
This commit is contained in:
parent
156553a5be
commit
81fb22a4de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502747
5 changed files with 39 additions and 0 deletions
|
@ -200,6 +200,7 @@
|
|||
SUBDIR += diaspora
|
||||
SUBDIR += digger-vgl
|
||||
SUBDIR += divide-and-succeed
|
||||
SUBDIR += dMagnetic
|
||||
SUBDIR += dmjava
|
||||
SUBDIR += dodgindiamond2
|
||||
SUBDIR += domination
|
||||
|
|
24
games/dMagnetic/Makefile
Normal file
24
games/dMagnetic/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dMagnetic
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.dettus.net/dMagnetic/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= dettus@dettus.net
|
||||
COMMENT= Magnetic Scrolls Interpreter
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/dMagnetic.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${STAGEDIR}${MANPREFIX}/man/man5
|
||||
${MKDIR} ${STAGEDIR}/${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${STAGEDIR}/${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/dMagnetic/distinfo
Normal file
3
games/dMagnetic/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1558898602
|
||||
SHA256 (dMagnetic_0.13.tar.gz) = ccc2b7ab6028c770580567d3b6460811755047938f26a61adad20be569c37ec2
|
||||
SIZE (dMagnetic_0.13.tar.gz) = 59962
|
6
games/dMagnetic/pkg-descr
Normal file
6
games/dMagnetic/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
dMagnetic is a Magnetic Scrolls Interpreter. It allows to play classic text
|
||||
adventures such as "The Pawn", "The Guild of Thieves", "Fish!", "Jinxter",
|
||||
"Myth", "Corruption" and "Wonderland" in a terminal window. The beautiful
|
||||
graphics are being rendered in glorious ANSI art.
|
||||
|
||||
WWW: http://www.dettus.net/dMagnetic/
|
5
games/dMagnetic/pkg-plist
Normal file
5
games/dMagnetic/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/dMagnetic
|
||||
man/man1/dMagnetic.1.gz
|
||||
man/man5/dMagneticini.5.gz
|
||||
%%DATADIR%%/dMagnetic.ini
|
||||
%%DOCSDIR%%/README.txt
|
Loading…
Reference in a new issue