On Mon, Oct 31, 2005 at 09:37:26PM +0000, Harry Tormey wrote:
> Information for pioneers-0.9.33
>
> Comment:
> A clone of the board game settlers of Catan
>
> Description:
> Pioneers is a faithful GNOME 2 translation of the board game "Settlers
> of Catan", with server-client multiplayer, AI players, and support for
> the changes made in the Seafarers of Catan expansion to the original
> board game.
>
> WWW: http://pio.sourceforge.net/
>
> This is my first port so any feedback and suggestions would be most
> appreciated. Thanks.
cool, but this port is going to need some work. to start with,
- remove ${DISTNAME} from MASTER_SITES
- set USE_X11=Yes
- fix the dependencies, there is way too much in there.
hint: use 'make lib-depends-check'
I think gtk+2 is the only thing needed in LIB_DEPENDS, the rest you
can move to WANTLIB (it is already dependency of gtk+2).
- add MODULES=devel/gettext and add something like this to detect gettext
while configuring:
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
- check install locations, I think /usr/local/share/games/pioneers
should be replaced by /usr/local/share/pioneers, for example.
- patch man pages to point to correct locations in FILES section.
- run 'make update-plist' before submitting a port.
- remove leading "a" from COMMENT
cheers,
steven.
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm