diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 9 | ||||
-rw-r--r-- | audio/tempest_for_eliza/distinfo | 2 | ||||
-rw-r--r-- | audio/tempest_for_eliza/files/patch-configure | 14 | ||||
-rw-r--r-- | audio/tempest_for_eliza/pkg-plist | 1 |
4 files changed, 22 insertions, 4 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index 995ab7d3d6cd..05e4b4bb316b 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -6,16 +6,19 @@ # PORTNAME= tempest_for_eliza -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.5 CATEGORIES= audio MASTER_SITES= http://www.erikyyy.de/tempest/ MAINTAINER= greid@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" post-install: ${MKDIR} ${PREFIX}/share/tempest diff --git a/audio/tempest_for_eliza/distinfo b/audio/tempest_for_eliza/distinfo index 789012103ef8..02f28f421461 100644 --- a/audio/tempest_for_eliza/distinfo +++ b/audio/tempest_for_eliza/distinfo @@ -1 +1 @@ -MD5 (tempest_for_eliza-1.0.2.tar.gz) = 470a412adebe7f9cd1f675bcbe5a7004 +MD5 (tempest_for_eliza-1.0.5.tar.gz) = e29c700a7ae15aaaa4c36cbe94e38afc diff --git a/audio/tempest_for_eliza/files/patch-configure b/audio/tempest_for_eliza/files/patch-configure new file mode 100644 index 000000000000..9ad17832ce25 --- /dev/null +++ b/audio/tempest_for_eliza/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.orig Sat Dec 1 19:50:18 2001 ++++ configure Wed Apr 17 16:00:28 2002 +@@ -1055,7 +1055,7 @@ + if test "$yyynooptimizing" = "yes"; then + YYY_CXXFLAGS="$YYY_CXXFLAGS -O0" + else +- YYY_CXXFLAGS="$YYY_CXXFLAGS -O2" ++# YYY_CXXFLAGS="$YYY_CXXFLAGS -O2" + fi + + if test "$yyyprofiling" = "yes"; then diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist index 52f1e864c6dd..0fac744a8045 100644 --- a/audio/tempest_for_eliza/pkg-plist +++ b/audio/tempest_for_eliza/pkg-plist @@ -1,4 +1,5 @@ bin/tempest_for_eliza +bin/tempest_for_mp3 %%PORTDOCS%%share/doc/tempest/README share/tempest/forelise share/tempest/fruehling |