pkgsrc/devel/ratfor/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

21 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/01/07 09:13:51 rillig Exp $
DISTNAME= ratfor77
PKGNAME= ratfor-1.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sepwww.stanford.edu/software/ratfor.html
COMMENT= Preprocessor for the Ratfor dialect of Fortran
BUILD_TARGET= ratfor77
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin/ratfor
${INSTALL_MAN} ${WRKSRC}/ratfor.man ${PREFIX}/${PKGMANDIR}/man1/ratfor.1
.include "../../mk/bsd.pkg.mk"