freebsd-ports/devel/ftnchek/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

22 lines
501 B
Makefile

# Created by: kargl@apl.washington.edu
# $FreeBSD$
PORTNAME= ftnchek
PORTVERSION= 3.3.1
CATEGORIES= devel
MASTER_SITES= SUNSITE/devel/lang/fortran \
http://www.dsm.fordham.edu/~ftnchek/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fortran 77 semantic checking utility
LICENSE= MIT
PORTSCOUT= skipv:3.3.a,3.3.b,3.3.c
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
CONFIGURE_ENV= ac_cv_path_CC="${CC}" ac_cv_path_EMACS="${TRUE}"
MAKE_ARGS= OPT="${CFLAGS}"
.include <bsd.port.mk>