1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/ftnchek/Makefile

25 lines
487 B
Makefile
Raw Normal View History

# New ports collection makefile for: ftnchek
1998-08-25 02:13:33 +00:00
# Version required: 2.10.0
# Date created: 4 May 1998
# Whom: kargl@apl.washington.edu
#
1998-08-25 02:13:33 +00:00
# $Id: Makefile,v 1.1.1.1 1998/05/05 05:07:48 mph Exp $
DISTNAME= ftnchek
1998-08-25 02:13:33 +00:00
PKGNAME= ftnchek-2.10.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netlib.org/fortran/
MAINTAINER= kargl@apl.washington.edu
1998-08-25 02:13:33 +00:00
WRKSRC= ${WRKDIR}/${PKGNAME}
1998-08-25 02:13:33 +00:00
MAN1= dcl2inc.1 ftnchek.1
1998-08-25 02:13:33 +00:00
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/ftnchek
.include <bsd.port.mk>