Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv26211

Added Files:
        pmake-1.45-1.info pmake-1.45-1.patch 
Log Message:
New port, needs to be tested

--- NEW FILE: pmake-1.45-1.info ---
Package: pmake
Version: 1.45
Revision: 1
###
Source: mirror:debian:pool/main/p/%n/%n_%v-11.tar.gz
Source-MD5: c0f21ad413abbb2fc76ec0d4d426578f
SourceDirectory: %n-%v
###
Patch: %f.patch
CompileScript: <<
  make -f Makefile.darwin
<<
###
InstallScript: <<
  install -d -m 755 %i/bin/
  install -s -m 755 bmake %i/bin/pmake
  install -m 755 mkdep %i/bin/

  install -d -m 755 %i/share/man/man1/
  install -m 644 make.1 %i/share/man/man1/pmake.1
  install -m 644 mkdep.1 %i/share/man/man1/

  install -d -m 755 %i/share/mk/
  install -m 644 mk/*  %i/share/mk/

  install -d -m 755 %i/share/doc/pmake/
  groff -Tascii -ms PSD.doc/tutorial.ms > %i/share/doc/pmake/tutorial.asc
  groff -Tps -ms PSD.doc/tutorial.ms > %i/share/doc/pmake/tutorial.ps
<<
###
DocFiles: debian/copyright
###
Description: 4.4BSD make (pmake)
DescDetail: <<
 Pmake is a program designed to simplify the maintenance of other
 programs. Its input is a list of specifications as to the files upon
 which programs and other files depend.  mkdep, a program to construct
 Makefile dependency lists, is also included.
<<
###
License: BSD
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http:///

--- NEW FILE: pmake-1.45-1.patch ---
diff -ruN pmake-1.45.orig/Makefile.darwin pmake-1.45/Makefile.darwin
--- pmake-1.45.orig/Makefile.darwin     1969-12-31 17:00:00.000000000 -0700
+++ pmake-1.45/Makefile.darwin  2002-12-27 00:04:17.000000000 -0700
@@ -0,0 +1,42 @@
+#      $NetBSD: Makefile.boot,v 1.9 1998/05/21 17:19:46 tv Exp $
+#
+# a very simple makefile...
+#
+# You only want to use this if you aren't running NetBSD.
+#
+# modify MACHINE and MACHINE_ARCH as appropriate for your target architecture
+#
+
+.c.o:
+       ${CC} ${CFLAGS} -c $< -o $@
+
+#MACHINE=sun
+#MACHINE_ARCH=sparc
+#CFLAGS= -I. -DTARGET_MACHINE=\"${MACHINE}\" 
+-DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" \
+#      -DMAKE_BOOTSTRAP
+CFLAGS= -I.
+
+LIBS=
+
+OBJ=arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o \
+    parse.o str.o suff.o targ.o var.o util.o
+
+LIBOBJ= lst.lib/lstAppend.o lst.lib/lstAtEnd.o lst.lib/lstAtFront.o \
+       lst.lib/lstClose.o lst.lib/lstConcat.o lst.lib/lstDatum.o \
+       lst.lib/lstDeQueue.o lst.lib/lstDestroy.o lst.lib/lstDupl.o \
+       lst.lib/lstEnQueue.o lst.lib/lstFind.o lst.lib/lstFindFrom.o \
+       lst.lib/lstFirst.o lst.lib/lstForEach.o lst.lib/lstForEachFrom.o \
+       lst.lib/lstInit.o lst.lib/lstInsert.o lst.lib/lstIsAtEnd.o \
+       lst.lib/lstIsEmpty.o lst.lib/lstLast.o lst.lib/lstMember.o \
+       lst.lib/lstNext.o lst.lib/lstOpen.o lst.lib/lstRemove.o \
+       lst.lib/lstReplace.o lst.lib/lstSucc.o
+
+bmake: ${OBJ} ${LIBOBJ}
+#      @echo 'make of make and make.0 started.'
+       ${CC} ${CFLAGS} ${OBJ} ${LIBOBJ} -o bmake ${LIBS}
+       @ls -l $@
+#      nroff -h -man make.1 > make.0
+#      @echo 'make of make and make.0 completed.'
+
+clean:
+       rm -f ${OBJ} ${LIBOBJ} ${PORTOBJ} bmake



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to