diff options
author | pawel <pawel@FreeBSD.org> | 2014-04-22 05:15:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-04-22 05:15:57 +0800 |
commit | 16215cbfae99b06ac51a9944c1460d6e2d15871f (patch) | |
tree | a73dc6d98da2f321cd58f4cf4ff808ff5e8f043a /games | |
parent | abc6f04b60f0f09f88e52a349a8d3d2d04106edd (diff) | |
download | freebsd-ports-gnome-16215cbfae99b06ac51a9944c1460d6e2d15871f.tar.gz freebsd-ports-gnome-16215cbfae99b06ac51a9944c1460d6e2d15871f.tar.zst freebsd-ports-gnome-16215cbfae99b06ac51a9944c1460d6e2d15871f.zip |
- 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
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/Makefile | 8 | ||||
-rw-r--r-- | games/adom/pkg-descr | 6 | ||||
-rw-r--r-- | games/adom/pkg-message.in | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 82f85bea24cb..7a2f338c673b 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -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@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 diff --git a/games/adom/pkg-descr b/games/adom/pkg-descr index 043a1956a0d2..1e52188f8fa7 100644 --- a/games/adom/pkg-descr +++ b/games/adom/pkg-descr @@ -10,10 +10,4 @@ quest, you have to explore previously undiscovered tunnels and 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/ diff --git a/games/adom/pkg-message.in b/games/adom/pkg-message.in new file mode 100644 index 000000000000..af7968018df2 --- /dev/null +++ b/games/adom/pkg-message.in @@ -0,0 +1,2 @@ + +After installation please read manual in %%DOCSDIR%%. |