# $Id: Portfile,v 1.2 2006/04/29 19:48:59 yves Exp $

PortSystem			1.0
name            	gnustep-make-cocoa
version         	1.12.0
categories          gnustep aqua devel cross
platforms       	darwin
maintainers     	yves@opendarwin.org

description     	GNUstep makefile package for the Cocoa API
long_description \
    The GNUstep makefile package is a simple, powerful and extensible way to \
	write makefiles for a GNUstep-based project.  It allows the user to \
	write a project without having to deal with the complex issues \
	associated with configuration, building, installation, and packaging. \
	It also allows the user to easily create cross-compiled binaries.

master_sites \
    http://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/core/ \
	ftp://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/core/ \
	http://www.peanuts.org/peanuts/Mirrors/GNUstep/gnustep/core/ \
	http://ftpmain.gnustep.org/pub/gnustep/core/ \
	ftp://ftp.gnustep.org/pub/gnustep/core/ \
	http://archive.progeny.com/gnustep/core/ \
	ftp://archive.progeny.com/gnustep/core/

distname        gnustep-make-${version}
checksums       md5 1883a6387405e51ff4c384fb5cc547a7

patchfiles  patch-GNUmakefile.in

configure.pre_args  --prefix=${prefix}/GNUstep/Cocoa
configure.args \
    --with-config-file=${prefix}/GNUstep/Cocoa/System/Library/GNUstep.conf \
    --with-user-config-file=.GNUstep-Cocoa.conf \
    --with-user-dir=GNUstep/Cocoa

destroot.destdir    special_prefix=${destroot}
