[51221] trunk/dports/games/ldmud

toby at macports.org toby at macports.org
Wed May 20 23:28:10 PDT 2009


Revision: 51221
          http://trac.macports.org/changeset/51221
Author:   toby at macports.org
Date:     2009-05-20 23:28:09 -0700 (Wed, 20 May 2009)
Log Message:
-----------
update to 3.3.718, still needs some work

Modified Paths:
--------------
    trunk/dports/games/ldmud/Portfile

Added Paths:
-----------
    trunk/dports/games/ldmud/files/
    trunk/dports/games/ldmud/files/patch-src__Makefile.in

Modified: trunk/dports/games/ldmud/Portfile
===================================================================
--- trunk/dports/games/ldmud/Portfile	2009-05-21 06:21:21 UTC (rev 51220)
+++ trunk/dports/games/ldmud/Portfile	2009-05-21 06:28:09 UTC (rev 51221)
@@ -1,32 +1,32 @@
 # $Id$
 
 PortSystem 1.0
-name             ldmud
-version          3.2.11
-categories       games
-maintainers      nomaintainer
-description      modern LPMud gamedriver
+name            ldmud
+version         3.3.718
+categories      games
+maintainers     toby
+description     modern LPMud gamedriver
 long_description \
-	LDMud started as a project to clean up and modernize Amylaar's \
-	LPMud gamedriver. Primary goals are full documentation, a \
-	commented source body and out-of-the-box support for the major \
-	mudlibs, of which the commented source body has been pretty \
-	much completed. During the course of work a lot of bug fixes \
-	and improvements found their way into the driver - much more \
-	than originally expected, and definitely enough to make LDMud \
-	a driver in its own right.
-homepage         http://www.bearnip.com/lars/proj/ldmud.html
-platforms        darwin
+    LDMud started as a project to clean up and modernize Amylaar's LPMud \
+    gamedriver. Primary goals are full documentation, a commented source body \
+    and out-of-the-box support for the major mudlibs, of which the commented \
+    source body has been pretty much completed. During the course of work a \
+    lot of bug fixes and improvements found their way into the driver - much \
+    more than originally expected, and definitely enough to make LDMud a \
+    driver in its own right.
+homepage        http://www.bearnip.com/lars/proj/ldmud.html
+platforms       darwin
 
-master_sites     http://www.bearnip.com/ftp/mud/
-distname         ${name}-[regsub -all "\\." ${version} ""]
-checksums        md5 b80a6c9b820a6a8d0d305d5f636c7db9
+master_sites    http://www.bearnip.com/ftp/mud/
+checksums       md5 e4297300250cf7d0933e9009e9aaa92b \
+                sha1 d512d839de39e1d29aaa6a7fee2894a27f62e96f \
+                rmd160 4fa4e46e8c0e8621df669954f1256ca3e5e21e5b
 
-worksrcdir       ${name}-${version}/src
+patchfiles      patch-src__Makefile.in
 
-configure.pre_args --prefix=${prefix}/ldmud
+configure.dir   ${worksrcpath}/src
+configure.args  --libdir=${prefix}/share/ldmud
 
-build.target     ldmud utils
+build.dir       ${worksrcpath}/src
 
-destroot.target  install install-utils
-destroot.destdir prefix=${destroot}${prefix}/ldmud
+destroot.target install-driver

Added: trunk/dports/games/ldmud/files/patch-src__Makefile.in
===================================================================
--- trunk/dports/games/ldmud/files/patch-src__Makefile.in	                        (rev 0)
+++ trunk/dports/games/ldmud/files/patch-src__Makefile.in	2009-05-21 06:28:09 UTC (rev 51221)
@@ -0,0 +1,21 @@
+--- src/Makefile.in.orig	2009-01-12 20:25:21.000000000 -0800
++++ src/Makefile.in	2009-03-16 14:51:39.000000000 -0700
+@@ -134,13 +134,13 @@
+ 	@echo "To install everything in one go, use 'make install-all'."
+ 
+ install-driver: ldmud at EXEEXT@ docs
+-	$(mkinstalldirs) $(BINDIR) $(MANDIR)/man1
+-	$(INSTALL) -c ldmud at EXEEXT@ $(BINDIR)/ldmud at EXEEXT@
+-	$(INSTALL) -c ../doc/man/ldmud.1 $(MANDIR)/man1/ldmud.1
++	$(mkinstalldirs) $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
++	$(INSTALL) -c ldmud at EXEEXT@ $(DESTDIR)$(BINDIR)/ldmud at EXEEXT@
++	$(INSTALL) -c ../doc/man/ldmud.1 $(DESTDIR)$(MANDIR)/man1/ldmud.1
+ 
+ install-headers: 
+-	$(mkinstalldirs) $(MUD_LIB_INCLUDE)
+-	$(INSTALL) -c ../mudlib/sys/* $(MUD_LIB_INCLUDE)
++	$(mkinstalldirs) $(DESTDIR)$(MUD_LIB_INCLUDE)
++	$(INSTALL) -c ../mudlib/sys/* $(DESTDIR)$(MUD_LIB_INCLUDE)
+ 
+ install-utils:
+ 	(cd util; $(MAKE) $(MFLAGS) install)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090520/0363de8a/attachment.html>


More information about the macports-changes mailing list