# $Id: Portfile,v 1.1 2005/11/24 22:01:08 mww Exp $

PortSystem 1.0

name			fpp
version			1.1
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
description		Fortran preprocessor for FORTRAN 77 and Fortran 90 programs
long_description	fpp is a Fortran preprocessor for FORTRAN 77 and Fortran \
			90 programs.

homepage		http://scicomp.ewha.ac.kr/netlib/fortran/
master_sites	http://scicomp.ewha.ac.kr/netlib/fortran/ \
				ftp://ftp.netlib.org/fortran/ freebsd
distname		fdfpp
extract.suffix	.tgz
checksums		md5 46c29fc941b2a36ace11f6abbc4e94d2
patchfiles		patch-Makefile patch-sparc-Makefile patch-src-Makefile.common

use_configure	no

destroot.destdir	PREFIX=${destroot}${prefix}

platform darwin 8 {
	build.args CC=/usr/bin/gcc-4.0
}

