aboutsummaryrefslogtreecommitdiff
path: root/games/wolf3d/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-29 02:53:41 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-29 02:53:41 +0000
commit1abd8b3c723a2ef7cdc0045113a885e65bfb9c66 (patch)
treef009b923483f838b80076a179c83eaad4b9ef4b3 /games/wolf3d/Makefile
parent633b297a89cb306950516e3e7c83937a112eef8e (diff)
downloadports-1abd8b3c723a2ef7cdc0045113a885e65bfb9c66.tar.gz
ports-1abd8b3c723a2ef7cdc0045113a885e65bfb9c66.zip
Notes
Diffstat (limited to 'games/wolf3d/Makefile')
-rw-r--r--games/wolf3d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/wolf3d/Makefile b/games/wolf3d/Makefile
index 55e738cca13e..51129c4b4548 100644
--- a/games/wolf3d/Makefile
+++ b/games/wolf3d/Makefile
@@ -7,13 +7,14 @@
PORTNAME= wolf3d
PORTVERSION= 20011028
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.icculus.org/wolf3d/:wolf \
http://www.liquidx.org/distfiles/:wolfdata
DISTFILES= wolf3d-20011028.tar.gz:wolf wolfdata.tar.gz:wolfdata
MAINTAINER= tlp@liquidx.org
-COMMENT= Wolfenstein 3D by Steven Fuller, based on 1992 id Software game
+COMMENT= "Wolfenstein 3D Linux" by Steven Fuller (1992)
USE_SDL= yes
USE_GZIP= yes
@@ -43,4 +44,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/TODO
.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>