1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/fmake/Makefile
Chris Rees 50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00

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>