diff options
author | kris <kris@FreeBSD.org> | 2003-06-09 11:46:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-06-09 11:46:27 +0000 |
commit | 02c8a80c44b853cb093930f20156963434446cb4 (patch) | |
tree | 0cf5dff418ca193264117b49c444f921a2d41665 /games | |
parent | e64ad42d708349c4dad8e82ad117fad3ea2d4577 (diff) | |
download | FreeBSD-ports-02c8a80c44b853cb093930f20156963434446cb4.zip FreeBSD-ports-02c8a80c44b853cb093930f20156963434446cb4.tar.gz |
Add missing manpage and bump PORTREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index a672ae1..d6d259f 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -7,6 +7,7 @@ PORTNAME= criticalmass PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= criticalmass @@ -25,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \ CPPFLAGS="${CFLAGS} -I${X11BASE}/include" +MAN6= critter.6 + SDLINCPFILES= utilities/GLBitmapCollection.cpp utilities/GLExtension.hpp \ utilities/GLTexture.hpp utilities/PNG.hpp |