mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
50ef26bc89
While here, add missing cvs dep and general cleanups
24 lines
541 B
Makefile
24 lines
541 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fmake
|
|
PORTVERSION= r250982
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LOCAL/crees/${PORTNAME}/ \
|
|
http://www.bayofrum.net/dist/${PORTNAME}/
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Legacy FreeBSD pmake
|
|
|
|
LICENSE= BSD3CLAUSE # UCB third clause nullified
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
MAKE_ARGS+= PROG=fmake NO_MAN=yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/make.1 \
|
|
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|