[MacPorts] #2260: NEW: mindless-1.5

MacPorts noreply at macports.org
Thu Mar 24 07:50:08 PDT 2016


#2260: NEW: mindless-1.5
------------------------------+--------------------------------
  Reporter:  marco.bonetti@…  |      Owner:  macports-tickets@…
      Type:  submission       |     Status:  closed
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  1.0
Resolution:  fixed            |   Keywords:
      Port:  mindless         |
------------------------------+--------------------------------
Changes (by ryandesign@…):

 * type:  defect => submission
 * port:   => mindless


Old description:

> mindless-1.5
>
> the portfile can be found here: INLINE
>
> Description: mindless automaton is an aprentice-like program to play CCG
> online
>
> Homepage: http://mindless.sourceforge.net
>
> Comments: Portfile and Makefile-install.diff are inlined, however, I put
> a copy
> of them here http://macmorph.sf.net/Portfile and here
> http://macmorph.sf.net/Makefile-install.diff
>
> ================INLINE CONTENT================
> PortSystem              1.0
> name                    mindless
> version                 1.5
> revision                0
> categories              games
> maintainers             marco.bonetti at poste.it
> description             Play collectable card games against other player
> long_description        \
>         Mindless Automaton is a virtual tabletop on which you can play
> card \
>         games against other people over a network.  It was designed to \
>         simulate the Magic: The Gathering(R) game, but it can be expanded
> to \
>         simulate other games. Mindless Automaton was very, very inspired
> by \
>         the popular Windows program Apprentice.
> homepage                http://mindless.sourceforge.net/
> platforms               darwin
> master_sites            sourceforge
> checksums               mindless-1.5.tar.gz md5
> 12bf8d05e2721086bd704253cd926a3f
> patchfiles              Makefile-install.diff
> depends_lib             lib:libgtk.2:gtk2
> configure.cmd           echo \"No configure needed :)\"
> configure.pre_args      \"\"
> configure.args          \"\"
> --
>
> ================INLINE CONTENT================
> --- Makefile    Sun Jul 18 04:59:59 2004
> +++ ../mindless-1.5-dp/Makefile Thu Jul 22 17:43:47 2004
> @@ -10,7 +10,15 @@
>                 game.o kplayer.o opponent.o dialogs.o prefs.o fgetline.o
> \
>                 cardart.o proto-appr.o encrypt.o http_fetcher.o random.o
>
> +prefix = /opt/local
> +bindir = ${prefix}/bin
> +
> +DESTDIR =
> +
>  all:           $(TARGET)
> +
> +install:       mindless
> +               cp mindless $(DESTDIR)$(bindir)
>
>  $(TARGET):     $(OBJS)
>                 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
> --

New description:

 mindless-1.5

 the portfile can be found here: INLINE

 Description: mindless automaton is an aprentice-like program to play CCG
 online

 Homepage: http://mindless.sourceforge.net

 Comments: Portfile and Makefile-install.diff are inlined, however, I put a
 copy
 of them here http://macmorph.sf.net/Portfile and here
 http://macmorph.sf.net/Makefile-install.diff

 ================INLINE CONTENT================
 {{{
 PortSystem              1.0
 name                    mindless
 version                 1.5
 revision                0
 categories              games
 maintainers             marco.bonetti at poste.it
 description             Play collectable card games against other player
 long_description        \
         Mindless Automaton is a virtual tabletop on which you can play
 card \
         games against other people over a network.  It was designed to \
         simulate the Magic: The Gathering(R) game, but it can be expanded
 to \
         simulate other games. Mindless Automaton was very, very inspired
 by \
         the popular Windows program Apprentice.
 homepage                http://mindless.sourceforge.net/
 platforms               darwin
 master_sites            sourceforge
 checksums               mindless-1.5.tar.gz md5
 12bf8d05e2721086bd704253cd926a3f
 patchfiles              Makefile-install.diff
 depends_lib             lib:libgtk.2:gtk2
 configure.cmd           echo \"No configure needed :)\"
 configure.pre_args      \"\"
 configure.args          \"\"
 }}}

 ================INLINE CONTENT================
 {{{
 --- Makefile    Sun Jul 18 04:59:59 2004
 +++ ../mindless-1.5-dp/Makefile Thu Jul 22 17:43:47 2004
 @@ -10,7 +10,15 @@
                 game.o kplayer.o opponent.o dialogs.o prefs.o fgetline.o \
                 cardart.o proto-appr.o encrypt.o http_fetcher.o random.o

 +prefix = /opt/local
 +bindir = ${prefix}/bin
 +
 +DESTDIR =
 +
  all:           $(TARGET)
 +
 +install:       mindless
 +               cp mindless $(DESTDIR)$(bindir)

  $(TARGET):     $(OBJS)
                 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2260#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list