Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2003 01:31:19 +0100
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        gnome freebsd <freebsd-gnome@freebsd.org>, Joe Marcus Clarke <marcus@marcuscom.com>
Subject:   Help on porting straw, please
Message-ID:  <20030301003119.GA70402@martin.kdrache.org>

next in thread | raw e-mail | index | archive | help
Hello,

I want to port straw (http://www.nongnu.org/straw/) to FreeBSD.

Now I need some help please.

It is written in python and there is no configure script, so I have to 
set all up with the Makefile (gmake).

The dist - Makefile has some options:

PYTHON ?= python2.2
INSTALL ?= install
RM ?= rm
MSGFMT ?= msgfmt
                                                                                                                
#PREFIX = /usr/local
# autodetect GNOME prefix, change this if you want it elsewhere
PREFIX ?= `pkg-config libgnome-2.0 --variable=prefix || echo /usr/local`
                                                                                                                
LIBDIR = $(PREFIX)/lib/python2.2/site-packages/straw
BINDIR = $(PREFIX)/bin
DATADIR = $(PREFIX)/share/straw
APPLICATIONSDIR = $(PREFIX)/share/applications
ICONDIR = $(PREFIX)/share/pixmaps
LOCALEDIR = $(PREFIX)/share/locale

Can I just patch this things or is there something special for that?  
Can I just set MAKE_ENV = ${PREFIX} in my ports Makefile for that and 
change APPLICATIONSDIR and ICONDIR?

How can I do that the correct way?

Martin

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030301003119.GA70402>