mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
30 lines
583 B
Makefile
30 lines
583 B
Makefile
# New ports collection makefile for: ftnchek
|
|
# Version required: 2.11.0
|
|
# Date created: 4 May 1998
|
|
# Whom: kargl@apl.washington.edu
|
|
#
|
|
# $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
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
MAN1= dcl2inc.1 ftnchek.1
|
|
|
|
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>
|