1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/fmake/Makefile
Chris Rees 8a45548159 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)
2013-06-19 18:00:51 +00:00

23 lines
471 B
Makefile

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