summaryrefslogtreecommitdiff
path: root/sysutils/roottail/Makefile
blob: a9aa7a39b7863985cf8d13a061f44494e7372448 (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
24
25
26
# New ports collection makefile for:	roottail
# Date created:			30 September 1999
# Whom:				Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

PORTNAME=	roottail
PORTVERSION=	0.0.4b
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.hypertek.net/misc/ \
		http://www.fxp.org/~jedgar/
DISTNAME=	rt-0.0.4B
EXTRACT_SUFX=	.tgz

MAINTAINER=	jedgar@fxp.org

MAN1=		rt.1
USE_IMAKE=	yes
MANCOMPRESSED=	no

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/rt.1 ${PREFIX}/man/man1

.include <bsd.port.mk>