1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/ftnchek/Makefile
Satoshi Asami 4674d63dbf Add bin/ftnpp and man/man1/ftnpp.1.
Submitted by:	bento
2000-06-07 07:54:21 +00:00

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>