freebsd-ports/devel/f77flow/Makefile
Muhammad Moinur Rahman c65a50cab0
devel/f77flow: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 12:25:10 +01:00

17 lines
427 B
Makefile

PORTNAME= f77flow
PORTVERSION= 0.12
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SUNSITE/devel/lang/fortran
MAINTAINER= ports@FreeBSD.org
COMMENT= Analyze the structure of a fortran77 program
ALL_TARGET=
PLIST_FILES= bin/flow share/man/man1/flow.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flow ${STAGEDIR}${PREFIX}/bin/flow
${INSTALL_MAN} ${WRKSRC}/flow.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>