1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/ftnchek/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

27 lines
537 B
Makefile

# 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>