aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fmake/Makefile
blob: 834be2a6208fe314a7557a00538818002361ccf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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>