mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# New ports collection makefile for: fortran-utils
|
|
# Version required: 1.0
|
|
# Date created: 19 Dec 1999
|
|
# Whom: kris@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fortran-utils
|
|
PKGNAME= fortran-utils-1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.freebsd.org/~kris/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
MAN1= fpr.1 fsplit.1
|
|
|
|
.include <bsd.port.mk>
|