Index: head/games/monster-masher/Makefile =================================================================== --- head/games/monster-masher/Makefile (revision 98457) +++ head/games/monster-masher/Makefile (revision 98458) @@ -1,31 +1,33 @@ # New ports collection makefile for: Monster-Masher # Date created: 26 Oct 2003 # Whom: Koop Mast # # $FreeBSD$ # PORTNAME= monster -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= games gnome MASTER_SITES= http://www.cs.auc.dk/~olau/monster-masher/source/ PKGNAMESUFFIX= -masher DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= kwm@rainbow-runner.nl COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters LIB_DEPENDS= gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix gnomehack gnometarget intlhack USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASA}/lib" .include .if ${OSVERSION} < 500010 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp .endif .include Property changes on: head/games/monster-masher/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/monster-masher/distinfo =================================================================== --- head/games/monster-masher/distinfo (revision 98457) +++ head/games/monster-masher/distinfo (revision 98458) @@ -1 +1 @@ -MD5 (monster-masher-1.4.tar.gz) = 35b80609608625578a257c0a0457228b +MD5 (monster-masher-1.5.tar.gz) = 9a5457ae7208c534492c1b30a784f364 Property changes on: head/games/monster-masher/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/monster-masher/files/patch-src-Makefile.in =================================================================== --- head/games/monster-masher/files/patch-src-Makefile.in (revision 98457) +++ head/games/monster-masher/files/patch-src-Makefile.in (revision 98458) @@ -1,13 +1,14 @@ ---- src/Makefile.in.orig Thu Oct 9 21:58:54 2003 -+++ src/Makefile.in Thu Oct 9 22:01:00 2003 -@@ -117,8 +117,8 @@ - - monster_masher_SOURCES = animation.cpp animation.hpp arena.cpp arena.hpp canvas-message.cpp canvas-message.hpp canvas.cpp canvas.hpp center-menu.cpp center-menu.hpp fading-decoration.cpp fading-decoration.hpp footsteps.cpp footsteps.hpp game.cpp game.hpp graphic.cpp graphic.hpp gui-helpers.hpp helpers.cpp helpers.hpp hero.cpp hero.hpp i18n.hpp image-cache.cpp image-cache.hpp intro.cpp intro.hpp main-window.cpp main-window.hpp main.cpp monsters.cpp monsters.hpp movement.cpp movement.hpp new-game-window.cpp new-game-window.hpp obstacles.cpp obstacles.hpp persistent.cpp persistent.hpp pixbuf-drawing.cpp pixbuf-drawing.hpp player.cpp player.hpp preferences-window.cpp preferences-window.hpp sound.cpp sound.hpp splat-helpers.cpp splat-helpers.hpp thing.cpp thing.hpp ucompose.hpp vector.hpp - --@MAINTAINER_MODE_TRUE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -O0 -Wall +--- src/Makefile.in.orig Sat Jan 17 19:15:03 2004 ++++ src/Makefile.in Sat Jan 17 19:16:39 2004 +@@ -53,9 +53,9 @@ + CXX = @CXX@ + CXXDEPMODE = @CXXDEPMODE@ + CXXFLAGS = @CXXFLAGS@ -@MAINTAINER_MODE_FALSE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall -O3 -+@MAINTAINER_MODE_TRUE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall ${CFLAGS} -+@MAINTAINER_MODE_FALSE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall ${CFLAGS} ++@MAINTAINER_MODE_FALSE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall @CFLAGS@ - LDADD = $(DEPS_LIBS) - +-@MAINTAINER_MODE_TRUE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -O0 -Wall ++@MAINTAINER_MODE_TRUE@CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall @CFLAGS@ + CYGPATH_W = @CYGPATH_W@ + DATADIRNAME = @DATADIRNAME@ + DEFS = @DEFS@ Property changes on: head/games/monster-masher/files/patch-src-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property