mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
8a45548159
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)
23 lines
471 B
Makefile
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>
|