Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 18:19:00 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Saifi Khan <saifi.khan@twincling.org>
Subject:   Re: scrotwm can't find <bsd.prog.mk>
Message-ID:  <200905141819.00601.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <Pine.LNX.4.64.0905140850460.9236@localhost>
References:  <Pine.LNX.4.64.0905140850460.9236@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 14 May 2009 10:54:43 Saifi Khan wrote:
> Hi:
>
> Trying to compile scrotwm (from OpenBSD ports)
> http://www.peereboom.us/scrotwm/html/scrotwm.html
> on my FreeBSD 8.x 200905 i386  system.
>
> and make can't find
>  .include <bsd.prog.mk>
>  .include <bsd.xorg.mk>
>
> The directory /usr/ports/Mk/ has bsd.xorg.mk file but not
> bsd.prog.mk

The OpenBSD ports system is not the same as the FreeBSD ports one. FreeBSD 
ports all use bsd.port.mk, which pulls in prog.mk from /usr/share/mk 
automagically. xorg.mk is also automagically pulled in when USE_XORG is set.

You need to port the port, compile by hand or ask someone to port the port.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905141819.00601.mel.flynn%2Bfbsd.questions>