Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11-system
In directory vz-cvs-3.sog:/tmp/cvs-serv11461/x11-system

Added Files:
        rman.info rman.patch 
Log Message:
builds on 10.7


--- NEW FILE: rman.info ---
Package: rman
Version: 3.1  
Revision: 1
#Distribution: 10.4, 10.5
Description: Generalized filter for UNIX manual pages
DescDetail: <<
Takes as input man pages for a variety of UNIX flavors and produces as
output a variety of file formats.
PolyglotMan improves upon other man page filters in several ways: (1) its
analysis recognizes the structural pieces of man pages, enabling high 
quality output, (2) its modular structure permits easy augmentation of
output formats, (3) it accepts man pages formatted with the variant
macros of many different flavors of UNIX, and (4) it doesn't require
modification of or cooperation with any other program.
<<
License: Artistic
Source: mirror:sourceforge:polyglotman/%n-%v.tar.gz
Source-MD5:62924b8f9773999b91450cc317f5ddb9
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 4f3a80b23240386c3a57aaa91cb73343
PatchScript: <<
 sed 's|@PREFIX@|%i|g' <%{PatchFile} >rman.patch
 patch -p1 -l <rman.patch
<<
CompileScript: make
InstallScript: <<
 mkdir -p %i/share/man/man1
 mkdir -p %i/bin
 make install
<<
DocFiles:README-rman
DescPort: rman is part of the xfree package but not tenon's Xtools
Maintainer: Andrew Rohl <andrewr...@mac.com>
Homepage: http://polyglotman.sourceforge.net


--- NEW FILE: rman.patch ---
diff -ru rman-3.0.9/Makefile rman-3.0.9-patched/Makefile
--- rman-3.0.9/Makefile Thu Jun 22 09:05:56 2000
+++ rman-3.0.9-patched/Makefile Sat May 19 14:46:45 2001
@@ -15,14 +15,14 @@
 #    this must be a directory that's in your bin PATH.
 # MANDIR holds the man page.
 
-BINDIR = /usr/local/bin
+BINDIR = @PREFIX@/bin
 #BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
+MANDIR = @PREFIX@/share/man/man1
 
 
 ### if you have GNU gcc v2.x, use these definitions
 
-CC = gcc
+CC = cc
 # if you don't have gcc v2.x, try -O for CFLAGS
 CFLAGS = -O2 -finline-functions
 


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to