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

30 lines
583 B
Makefile
Raw Normal View History

# New ports collection makefile for: ftnchek
# Version required: 2.11.0
# Date created: 4 May 1998
# Whom: kargl@apl.washington.edu
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
DISTNAME= ftnchek
PKGNAME= ftnchek-2.11.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netlib.org/fortran/
EXTRACT_SUFX= .tgz
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
CONFIGURE_ENV= ac_cv_dir_lispdir=${PREFIX}/share/emacs/site-lisp
pre-install:
${MKDIR} ${PREFIX}/share/emacs/site-lisp
post-install:
strip ${PREFIX}/bin/ftnchek
.include <bsd.port.mk>