mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
8c007e93a3
Closes PR: ports/2329 Submitted by: vazquez@iqm.unicamp.br
30 lines
733 B
Makefile
30 lines
733 B
Makefile
# 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>
|