aboutsummaryrefslogtreecommitdiff
path: root/devel/ftnchek/Makefile
blob: 86ebfc0b5a2d4e3409669cecede9fc11e8788784 (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=	3.0.0
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.netlib.org/fortran/
DISTFILES=	${PORTNAME}.tgz

MAINTAINER=	kargl@apl.washington.edu

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>