svn commit: r321300 - in head/devel: . fmake
Chris Rees
crees at FreeBSD.org
Wed Jun 19 18:00:53 UTC 2013
Author: crees
Date: Wed Jun 19 18:00:51 2013
New Revision: 321300
URL: http://svnweb.freebsd.org/changeset/ports/321300
Log:
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)
Added:
head/devel/fmake/
head/devel/fmake/Makefile (contents, props changed)
head/devel/fmake/distinfo (contents, props changed)
head/devel/fmake/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Jun 19 17:50:55 2013 (r321299)
+++ head/devel/Makefile Wed Jun 19 18:00:51 2013 (r321300)
@@ -435,6 +435,7 @@
SUBDIR += flickrnet
SUBDIR += flowdesigner
SUBDIR += flyspray
+ SUBDIR += fmake
SUBDIR += fnccheck
SUBDIR += fnorb
SUBDIR += fortran-utils
Added: head/devel/fmake/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/fmake/Makefile Wed Jun 19 18:00:51 2013 (r321300)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= fmake
+PORTVERSION= r250982
+MASTER_SITES= LOCAL/crees/${PORTNAME}/ \
+ http://www.bayofrum.net/dist/${PORTNAME}/
+CATEGORIES= devel
+
+MAINTAINER= crees at 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>
Added: head/devel/fmake/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/fmake/distinfo Wed Jun 19 18:00:51 2013 (r321300)
@@ -0,0 +1,2 @@
+SHA256 (fmake-r250982.tar.gz) = 29a7c3b6e247a564fa6ac4bc7515b1ccc56df8061df023456d10e89f0916f4fd
+SIZE (fmake-r250982.tar.gz) = 176405
Added: head/devel/fmake/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/fmake/pkg-descr Wed Jun 19 18:00:51 2013 (r321300)
@@ -0,0 +1 @@
+This contains the traditional FreeBSD pmake, which is installed as fmake.
More information about the svn-ports-head
mailing list