aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-07-13 01:58:06 +0800
committerrakuco <rakuco@FreeBSD.org>2014-07-13 01:58:06 +0800
commita9fb2b1e20563235105c3f65617f01a4ed0d86c3 (patch)
tree474d29d9a4131f58c893a1ed76b42e00c6a2ffd7 /games
parentc51ef57e23e26187f440a76d9947cff7ab5f2bdf (diff)
downloadfreebsd-ports-gnome-a9fb2b1e20563235105c3f65617f01a4ed0d86c3.tar.gz
freebsd-ports-gnome-a9fb2b1e20563235105c3f65617f01a4ed0d86c3.tar.zst
freebsd-ports-gnome-a9fb2b1e20563235105c3f65617f01a4ed0d86c3.zip
Add a pkg-message with a few warnings.
PR: 191475 Submitted by: thiagohero501@gmail.com (maintainer)
Diffstat (limited to 'games')
-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!
+############################################################