From owner-freebsd-questions@FreeBSD.ORG Wed Nov 17 17:54:22 2010 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68F08106564A for ; Wed, 17 Nov 2010 17:54:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 25C7A8FC15 for ; Wed, 17 Nov 2010 17:54:22 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@FreeBSD.ORG with esmtp (envelope-from ) id <1PImD7-0006TT-6F>; Wed, 17 Nov 2010 18:54:21 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@FreeBSD.ORG with esmtpsa (envelope-from ) id <1PImD6-0001HG-Vh>; Wed, 17 Nov 2010 18:54:21 +0100 Message-ID: <4CE416D0.2020105@zedat.fu-berlin.de> Date: Wed, 17 Nov 2010 18:54:24 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: porting software to FreeBSD, what to do if Makefile lacks? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 17:54:22 -0000 Hello. I try to create a port of a software which does not have a Makefile and is build via a propriate csh script. Installation is done temporarely into some lib's and exe's subfolder withing the source folder, so I need to tell the top level Makefile of the port to use a specific build script instead implying having Makefile and a home-brewn install script, which takes the binaries and libs out of the temporary folders and install them at the proper places within the FreeBSD's tree. How can I perform these two tasks? Please set my CC, I'm not subscribing this list. Thanks in advance, Oliver