svn commit: r351718 - head/games/adom
Pawel Pekala
pawel at FreeBSD.org
Mon Apr 21 21:15:58 UTC 2014
Author: pawel
Date: Mon Apr 21 21:15:57 2014
New Revision: 351718
URL: http://svnweb.freebsd.org/changeset/ports/351718
QAT: https://qat.redports.org/buildarchive/r351718/
Log:
- This port need linux terminfo databases to run, add dependency on it
- Remove leading article from COMMENT
- Remove misleading info about terminfo from pkg-descr
- Move info about game manual to pkg-message
PR: ports/188294
Submitted by: myself
Approved by: maintainer timeout
Added:
head/games/adom/pkg-message.in (contents, props changed)
Modified:
head/games/adom/Makefile
head/games/adom/pkg-descr
Modified: head/games/adom/Makefile
==============================================================================
--- head/games/adom/Makefile Mon Apr 21 21:15:08 2014 (r351717)
+++ head/games/adom/Makefile Mon Apr 21 21:15:57 2014 (r351718)
@@ -3,13 +3,13 @@
PORTNAME= adom
PORTVERSION= 1.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games linux
MASTER_SITES= http://www.adom.de/adom/download/linux/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf
MAINTAINER= sr-13 at mail.ru
-COMMENT= An rogue-like advanced rpg with color support (binary port)
+COMMENT= Rogue-like advanced rpg with color support (binary port)
LICENSE= unknown
LICENSE_NAME= The ADOM License
@@ -22,13 +22,13 @@ OPTIONS_DEFINE= DOCS
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
+USE_LINUX_APPS= ncurses-base xorglibs
WRKSRC= ${WRKDIR}/adom
NO_BUILD= yes
STRIP= # empty: do not strip linux binary!
-.include <bsd.port.options.mk>
+SUB_FILES= pkg-message
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/adom ${STAGEDIR}${PREFIX}/bin
Modified: head/games/adom/pkg-descr
==============================================================================
--- head/games/adom/pkg-descr Mon Apr 21 21:15:08 2014 (r351717)
+++ head/games/adom/pkg-descr Mon Apr 21 21:15:57 2014 (r351718)
@@ -10,10 +10,4 @@ quest, you have to explore previously un
dungeons, fight hideous monsters, uncover long forgotten secrets,
and find treasures of all kind.
-Please read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was
-pointing) after installation.
-
-You may have to build terminfo database in order to run ADOM. Read "readme.1st"
-section VI.E for details.
-
WWW: http://www.adom.de/
Added: head/games/adom/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/adom/pkg-message.in Mon Apr 21 21:15:57 2014 (r351718)
@@ -0,0 +1,2 @@
+
+After installation please read manual in %%DOCSDIR%%.
More information about the svn-ports-all
mailing list