2004-04-10 19:26:55 +02:00
|
|
|
# New ports collection makefile for: Sun fortran preprocessor fpp
|
1997-02-16 20:43:06 +01:00
|
|
|
# Date created: 30 January 1996
|
2004-04-10 19:26:55 +02:00
|
|
|
# Whom: vazquez@iqm.unicamp.br
|
1997-02-16 20:43:06 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-02-16 20:43:06 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= fpp
|
|
|
|
PORTVERSION= 1.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
1997-02-16 20:43:06 +01:00
|
|
|
CATEGORIES= devel
|
2005-11-24 15:43:49 +01:00
|
|
|
MASTER_SITES= http://scicomp.ewha.ac.kr/netlib/fortran/ \
|
|
|
|
ftp://ftp.netlib.org/fortran/
|
2000-04-11 23:30:15 +02:00
|
|
|
DISTNAME= fdfpp
|
1999-10-26 03:50:05 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1997-02-16 20:43:06 +01:00
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Fortran preprocessor for FORTRAN 77 and Fortran 90 programs
|
1997-02-16 20:43:06 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= bsd44
|
|
|
|
INSTALL_TARGET= bsd44-install
|
|
|
|
MAN1= fpp.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/fpp
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fpp
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/fpp_spec ${PREFIX}/share/doc/fpp
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/fpp_license.ps ${PREFIX}/share/doc/fpp
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|