aboutsummaryrefslogtreecommitdiff
path: root/games/prboom
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-12 17:58:06 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-12 17:58:06 +0000
commit47278c1951390f6a765dc29bb257cb42bff18410 (patch)
tree474d29d9a4131f58c893a1ed76b42e00c6a2ffd7 /games/prboom
parentdba1d307ed9dac586a0d241c3ce6a79812730448 (diff)
downloadports-47278c1951390f6a765dc29bb257cb42bff18410.tar.gz
ports-47278c1951390f6a765dc29bb257cb42bff18410.zip
Add a pkg-message with a few warnings.
PR: 191475 Submitted by: thiagohero501@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=361630
Diffstat (limited to 'games/prboom')
-rw-r--r--games/prboom/Makefile4
-rw-r--r--games/prboom/files/pkg-message.in12
2 files changed, 15 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index bb6141f9d537..8e4319ba4039 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= prboom
PORTVERSION= 2.5.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
@@ -28,6 +28,8 @@ OPTIONS_DEFAULT= OPENGL
DATADIR= ${LOCALBASE}/share/doom
PLIST_SUB= PORTVERSION=${PORTVERSION}
+SUB_FILES= pkg-message
+
OPENGL_CONFIGURE_ENABLE= gl
OPENGL_USE= GL=yes
diff --git a/games/prboom/files/pkg-message.in b/games/prboom/files/pkg-message.in
new file mode 100644
index 000000000000..01ae6293b261
--- /dev/null
+++ b/games/prboom/files/pkg-message.in
@@ -0,0 +1,12 @@
+#############################################################
+
+1) This port does not install any doom .wad ,
+so you have to download it and run prboom -iwad /path/to/doom.wad
+or put it in /usr/local/share/games/doom/ !
+
+2) Prboom is very out of date (http://prboom.sourceforge.net), so
+if you like prboom and want a newer version
+you should look at http://prboom-plus.sourceforge.net!
+
+3)Have fun!
+############################################################