diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 19:43:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 19:43:06 +0000 |
commit | 8c007e93a39ffa22fc18142da7c6e6797192d0a3 (patch) | |
tree | 55b879a0da75b850a25572d4966f2b5c50ec4a31 /devel/fpp/Makefile | |
parent | 7347d36e7fa165b1443eef525a63ff53a083f8ec (diff) |
Notes
Diffstat (limited to 'devel/fpp/Makefile')
-rw-r--r-- | devel/fpp/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/fpp/Makefile b/devel/fpp/Makefile new file mode 100644 index 000000000000..981bcf877cf5 --- /dev/null +++ b/devel/fpp/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Sun fortran preprocessor fpp +# Version required: ? +# Date created: 30 January 1996 +# Whom: vazquez@iqm.unicamp.br +# +# $Id: Makefile,v 1.1.1.1 1997/02/16 01:24:46 obrien Exp $ +# + +DISTNAME= fdfpp +PKGNAME= fpp-1.0 +CATEGORIES= devel +MASTER_SITES= ftp://netlib.bell-labs.com/netlib/fortran/ + +MAINTAINER= vazquez@iqm.unicamp.br + +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> |