Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2260 closed submission (fixed)

NEW: mindless-1.5

Reported by: marco.bonetti@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: mindless

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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@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)

Change History (3)

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited with minor changes:

  1. dont use revision for a "new" version
  2. use_configure no instead of the configure stuff you did
  3. didnt use patch. it presumed that ${prefix} was /opt/local ... used a destroot statement.

thanks for you work.

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 20 years ago by marco.bonetti@…

sorry about the mess :P it was my first port and my first use of bugzilla

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: mindless added
Type: defectsubmission
Note: See TracTickets for help on using tickets.