Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 1998 20:44:07 -0700
From:      Studded <Studded@san.rr.com>
To:        FreeBSD-ports@FreeBSD.ORG
Subject:   How-to question for port with no makefile
Message-ID:  <354E8B07.18ACD7@san.rr.com>

next in thread | raw e-mail | index | archive | help
I'm attempting to port an irc client written in perl (called sirc) that
does not have a makefile. It does however need to build a small C binary
used as a terminal emulator. I've looked through several of the various
ports makefiles and at this point I'm basically awash in options. :-/

	The source comes with a bourne shell install script that is basically a
combination of configure and a makefile. What I'd like to know is what
is the preferred method of dealing with this situation?  

	Also, there is a question as to where the final files should be
installed. I'm guessing:

/usr/local/bin
ssfe - C binary for terminal emulation
sirc - bourne shell script that starts the client

/usr/local/libexec/sirc
dsirc - actial client, written in perl, called by the sirc script
perl scripts
gzip'ed help file

The above files need to be together in the same directory, libexec seems
like the most likely target, although I'm open to suggestions. 

/usr/local/share/doc/sirc
Various supplements to the man pages. Actually I'd prefer to put these
in the libexec directory above (that's what the install script that
comes with the source does) although I realize that the above is the
normal placement, so that would be ok with me if that's what's
preferred. 

Thanks for any assistance you can provide,

Doug	

-- 
***         Chief Operations Officer, DALnet IRC network       ***
*** Proud designer and maintainer of the world's largest Internet
***    Relay Chat server with 5,328 simultaneous connections.
*** Try spider.dal.net on ports 6662-4    (Powered by FreeBSD)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?354E8B07.18ACD7>