1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/fortran-utils/Makefile

26 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: fortran-utils
# Version required: 1.1
# Date created: 19 Dec 1999
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= fortran-utils-1.1
CATEGORIES= devel
MASTER_SITES= http://people.FreeBSD.org/~kris/distfiles/
MAINTAINER= kris@FreeBSD.org
WRKSRC= ${WRKDIR}/fortran-utils
MAN1= fpr.1 fsplit.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 ${PREFIX}/man/man1
.include <bsd.port.mk>