9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:29 jlam 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 man/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin/ratfor
|
|
${INSTALL_MAN} ${WRKSRC}/ratfor.man ${PREFIX}/man/man1/ratfor.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|