diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-12 17:58:06 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-12 17:58:06 +0000 |
commit | 47278c1951390f6a765dc29bb257cb42bff18410 (patch) | |
tree | 474d29d9a4131f58c893a1ed76b42e00c6a2ffd7 /games/prboom | |
parent | dba1d307ed9dac586a0d241c3ce6a79812730448 (diff) | |
download | ports-47278c1951390f6a765dc29bb257cb42bff18410.tar.gz ports-47278c1951390f6a765dc29bb257cb42bff18410.zip |
Notes
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 4 | ||||
-rw-r--r-- | games/prboom/files/pkg-message.in | 12 |
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! +############################################################ |