diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 21:34:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 21:34:43 +0000 |
commit | 6524edf83cbdb3b8e9643c9cba5664cfddfa8759 (patch) | |
tree | 2de44f56a0227b6401572f159f5c09682744df88 /games/criticalmass/Makefile | |
parent | 0ca9859c7cc2d2d49b8520264c7365f365fb5fc1 (diff) |
Notes
Diffstat (limited to 'games/criticalmass/Makefile')
-rw-r--r-- | games/criticalmass/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 91a277f51726..fba7b56c4b11 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -6,7 +6,8 @@ # PORTNAME= criticalmass -PORTVERSION= 0.99 +PORTVERSION= 0.9.10 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,11 +23,15 @@ USE_SDL= image mixer sdl USE_GL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-optimize MAN6= critter.6 +PLIST_FILES= bin/Packer \ + bin/critter \ + share/Critical_Mass/lg-criti.xm \ + share/Critical_Mass/resource.dat +PLIST_DIRS= share/Critical_Mass post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ |