freebsd-ports/devel/fpp/Makefile

34 lines
804 B
Makefile
Raw Normal View History

2004-04-10 19:26:55 +02:00
# New ports collection makefile for: Sun fortran preprocessor fpp
# Date created: 30 January 1996
2004-04-10 19:26:55 +02:00
# Whom: vazquez@iqm.unicamp.br
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= fpp
PORTVERSION= 1.1
PORTREVISION= 1
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
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Fortran preprocessor for FORTRAN 77 and Fortran 90 programs
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>