mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
711e0a01be
PR: 14473 Submitted by: Will Andrews <andrews@technologist.com>
31 lines
694 B
Makefile
31 lines
694 B
Makefile
# New ports collection makefile for: Sun fortran preprocessor fpp
|
|
# Version required: 1.1
|
|
# Date created: 30 January 1996
|
|
# Whom: vazquez@iqm.unicamp.br
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fdfpp
|
|
PKGNAME= fpp-1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.netlib.org/fortran/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
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>
|