diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-09 11:46:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-09 11:46:27 +0000 |
commit | 67772ff563dc5ebe5b77c5f74c1b134523e6161f (patch) | |
tree | 812964b9c53d949bec4bd83fde9a41ad6b3988de /games/criticalmass | |
parent | 90db56e29235350ab5764241bd7be3246015817b (diff) | |
download | ports-67772ff563dc5ebe5b77c5f74c1b134523e6161f.tar.gz ports-67772ff563dc5ebe5b77c5f74c1b134523e6161f.zip |
Notes
Diffstat (limited to 'games/criticalmass')
-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 a672ae195158..d6d259f1867e 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 |