mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4674d63dbf
Submitted by: bento
30 lines
582 B
Makefile
30 lines
582 B
Makefile
# New ports collection makefile for: ftnchek
|
|
# Date created: 4 May 1998
|
|
# Whom: kargl@apl.washington.edu
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ftnchek
|
|
PORTVERSION= 2.12.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.netlib.org/fortran/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kargl@apl.washington.edu
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
MAN1= dcl2inc.1 ftnchek.1 ftnpp.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>
|