1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add fmake from head, as of r250982.

This is almost the same as the one from stable/9, except with a few comment
changes, so it is a good drop-in replacement.

Reviewed by:	bapt, brooks, obrien (all briefly)
This commit is contained in:
Chris Rees 2013-06-19 18:00:51 +00:00
parent 94363c13c8
commit 8a45548159
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321300
4 changed files with 26 additions and 0 deletions

View File

@ -435,6 +435,7 @@
SUBDIR += flickrnet
SUBDIR += flowdesigner
SUBDIR += flyspray
SUBDIR += fmake
SUBDIR += fnccheck
SUBDIR += fnorb
SUBDIR += fortran-utils

22
devel/fmake/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= fmake
PORTVERSION= r250982
MASTER_SITES= LOCAL/crees/${PORTNAME}/ \
http://www.bayofrum.net/dist/${PORTNAME}/
CATEGORIES= devel
MAINTAINER= crees@FreeBSD.org
COMMENT= Legacy FreeBSD pmake
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
MAKE_ARGS+= PROG=fmake NO_MAN=yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/make.1 \
${MAN1PREFIX}/man/man1/${PORTNAME}.1
.include <bsd.port.mk>

2
devel/fmake/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (fmake-r250982.tar.gz) = 29a7c3b6e247a564fa6ac4bc7515b1ccc56df8061df023456d10e89f0916f4fd
SIZE (fmake-r250982.tar.gz) = 176405

1
devel/fmake/pkg-descr Normal file
View File

@ -0,0 +1 @@
This contains the traditional FreeBSD pmake, which is installed as fmake.