blob: 6480f45a3d6cb6941e232c4535ff22d4e06653ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: Sun fortran preprocessor fpp
# Version required: 1.1
# Date created: 30 January 1996
# Whom: vazquez@iqm.unicamp.br
#
# $Id: Makefile,v 1.1.1.1 1997/02/16 19:43:06 obrien Exp $
#
DISTNAME= fdfpp
PKGNAME= fpp-1.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netlib.org/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>
|