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
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

26 lines
601 B
Makefile

# 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>