aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ftnchek/Makefile
blob: 0448186c8567d77e4f836fb947005676411f16c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    ftnchek
# Date created:     4 May 1998
# Whom:         kargl@apl.washington.edu
#
# $FreeBSD$

PORTNAME=   ftnchek
PORTVERSION=    2.12.2
CATEGORIES= devel
MASTER_SITES=   ftp://ftp.netlib.org/fortran/
DISTFILES=  ${PORTNAME}.tgz

MAINTAINER=     kargl@apl.washington.edu

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>