mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
games/narcissu2: add new port
PR: 195800 Reviewed by: games (amdmi3) Approved by: bapt (mentor, previous version) Differential Revision: https://reviews.freebsd.org/D1807 The anonymous protagonist is diagnosed with a terminal illness shortly after his twentieth birthday, and is admitted to a hospital in Mito, Ibaraki. There he meets Setsumi, a woman a few years older, who is also terminally ill. Finding that they both reject to die either in hospital or at home, they steal a car and run away together. -- VNDB This package includes English translation for both Narcissu and Narcissu: Side 2nd. http://www.neechin.net/narcissu/
This commit is contained in:
parent
1edd9b3372
commit
4972cf6e51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396196
@ -616,6 +616,7 @@
|
||||
SUBDIR += nadar
|
||||
SUBDIR += naev
|
||||
SUBDIR += naev-data
|
||||
SUBDIR += narcissu2
|
||||
SUBDIR += nazghul
|
||||
SUBDIR += nehquake
|
||||
SUBDIR += nelly
|
||||
|
60
games/narcissu2/Makefile
Normal file
60
games/narcissu2/Makefile
Normal file
@ -0,0 +1,60 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= narcissu2
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.neechin.net/file_download/22/:game \
|
||||
http://www.neechin.net/file_download/27/:script \
|
||||
http://aur.archlinux.org/packages/na/${PORTNAME}-en/:icon
|
||||
DISTFILES= [Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link:game \
|
||||
Narcissu_2_Eng_v${PORTVERSION}_script_[All_platforms].zip:script \
|
||||
${PORTNAME}-en.tar.gz:icon
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Visual novel about an encounter of terminally ill
|
||||
|
||||
LICENSE= Freeware
|
||||
LICENSE_NAME= Narcissu and Narcissu 2 License (from README)
|
||||
LICENSE_TEXT= Permission has been granted to anyone to redistribute \
|
||||
these games by means such as the Internet, provided such \
|
||||
distribution is free of charge and the contents of the \
|
||||
game data are not modified.
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
RUN_DEPENDS= ponscr:${PORTSDIR}/devel/ponscripter-sekai
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-installer
|
||||
PORTDATA= *
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man6/${PORTNAME}.6.gz \
|
||||
share/icons/hicolor/48x48/apps/${PORTNAME}.png
|
||||
|
||||
DESKTOP_ENTRIES="Narcissu & Narcissu: Side 2nd" \
|
||||
"" \
|
||||
"${PORTNAME}" \
|
||||
"${PORTNAME}" \
|
||||
"Game;AdventureGame;" \
|
||||
""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-install:
|
||||
${PRINTF} '#! /bin/sh\nponscr --root ${DATADIR} "$$@"\n' \
|
||||
>${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
|
||||
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-en/${PORTNAME}-en.png \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
|
||||
(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
${INSTALL_DATA} -p ${WRKDIR}/*.utf ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.6 \
|
||||
${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
|
||||
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
6
games/narcissu2/distinfo
Normal file
6
games/narcissu2/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
SHA256 ([Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link) = fb5646e8d3ec9575339d59fae0af1804d036da9174776432e15616f60271e6ce
|
||||
SIZE ([Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link) = 287533563
|
||||
SHA256 (Narcissu_2_Eng_v1.1_script_[All_platforms].zip) = 7af724e8d0c3131b2b0047e013b9d011375ca79330e49310ecb51c7bf89091f9
|
||||
SIZE (Narcissu_2_Eng_v1.1_script_[All_platforms].zip) = 915697
|
||||
SHA256 (narcissu2-en.tar.gz) = 6f0777c81d60549bad1798743e24dd0331d803318e23492c0f1d092e3871e846
|
||||
SIZE (narcissu2-en.tar.gz) = 6189
|
10
games/narcissu2/pkg-descr
Normal file
10
games/narcissu2/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The anonymous protagonist is diagnosed with a terminal illness shortly
|
||||
after his twentieth birthday, and is admitted to a hospital in Mito,
|
||||
Ibaraki. There he meets Setsumi, a woman a few years older, who is
|
||||
also terminally ill. Finding that they both reject to die either in
|
||||
hospital or at home, they steal a car and run away together. -- VNDB
|
||||
|
||||
This package includes English translation for both Narcissu and
|
||||
Narcissu: Side 2nd.
|
||||
|
||||
WWW: http://www.neechin.net/narcissu/
|
Loading…
Reference in New Issue
Block a user