diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-05-05 03:59:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-05-05 03:59:34 +0000 |
commit | f15cfed29d5aec04d795c62f92c4222fb4b24caf (patch) | |
tree | 0a1ab51ef803c68fe7c67e725f977e7b36460a71 /games/enigma/Makefile | |
parent | 46e2234caf0230d80584ba68c6d636aa9a187a08 (diff) |
Notes
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 4e1edf0d48cc..6f22660b2558 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -6,12 +6,11 @@ # PORTNAME= enigma -PORTVERSION= 0.90 -PORTREVISION= 2 +PORTVERSION= 0.91 CATEGORIES= games MASTER_SITES= http://savannah.nongnu.org/download/enigma/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= enigma-${PORTVERSION}-beta +DISTNAME= enigma-${PORTVERSION} MAINTAINER= anholt@FreeBSD.org COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game @@ -25,8 +24,10 @@ USE_GCC= 3.4 GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_SDL= gfx image mixer sdl ttf -CONFIGURE_ARGS= --target="" +CONFIGURE_ARGS= --target="" \ + --with-libintl-prefix="${LOCALBASE}" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" |