From owner-freebsd-ports Wed Jul 8 12:03:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12534 for freebsd-ports-outgoing; Wed, 8 Jul 1998 12:03:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from myrddin.demon.co.uk (exim@myrddin.demon.co.uk [158.152.54.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12528 for ; Wed, 8 Jul 1998 12:03:01 -0700 (PDT) (envelope-from dom@myrddin.demon.co.uk) Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1) id 0ytzTj-0001f9-00; Wed, 8 Jul 1998 20:02:07 +0100 To: ports@FreeBSD.ORG Subject: how to depend on /usr/src? Date: Wed, 08 Jul 1998 20:02:07 +0100 From: Dom Mitchell Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a way that one can issue a depend on something in /usr/src? I would like to write a port for gxditview, the source of which is in /usr/src/contrib/groff/xditview. Also, how can woudl I write fetch and extract? Something like this? do-fetch: /bin/true do-extract: cd ${WRKSRC} && cp -rp /usr/src/contrib/groff/xditview/* . Or am I attempting the whole thing from the wrong angle? -- ``If make doesn't do what you expect it to, it's a good chance the makefile is wrong.'' -- Adam de Boor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message