From owner-freebsd-ports Tue May 5 17:51:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20478 for freebsd-ports-outgoing; Tue, 5 May 1998 17:51:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20332 for ; Tue, 5 May 1998 17:50:25 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (wck-ca22-48.ix.netcom.com [207.92.174.176]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA11119; Tue, 5 May 1998 17:25:40 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id RAA07993; Tue, 5 May 1998 17:25:37 -0700 (PDT) Date: Tue, 5 May 1998 17:25:37 -0700 (PDT) Message-Id: <199805060025.RAA07993@silvia.HIP.Berkeley.EDU> To: Studded@san.rr.com CC: FreeBSD-ports@FreeBSD.ORG In-reply-to: <354E8B07.18ACD7@san.rr.com> (message from Studded on Mon, 04 May 1998 20:44:07 -0700) Subject: Re: How-to question for port with no makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * 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 Write the makefile yourself, put it in ${FILESDIR} and copy it to ${WRKSRC} in post-extract. If it's really trivial, you can even list the compilation command in do-build and forget about the makefile altogether. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message