summaryrefslogtreecommitdiff
path: root/mbone/rat/Makefile
blob: 8163b843cdff1c341fc608c3a02b94ff03cd59f6 (plain)
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
27
28
29
30
31
32
# New ports collection makefile for:	rat
# Version required:	3.0.23
# Date created:		5 March 1998
# Whom:			mycroft
#
# $NetBSD: Makefile,v 1.1 1998/03/05 22:26:24 mycroft Exp $
#

DISTNAME=	rat-3.0
CATEGORIES=	mbone tk80
MASTER_SITES=	ftp://cs.ucl.ac.uk/mice/rat/src/
DISTFILES=	rat-3.0.23.tar.gz

MAINTAINER=	mycroft@NetBSD.ORG

LIB_DEPENDS=	tk80:${PORTSDIR}/x11/tk80

USE_GMAKE=	yes
MAN1=		rat.1

do-build:
	cd ${WRKSRC} && PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} ./Build rat

do-install:
	cd ${WRKSRC} && ( \
	 install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    bin/$${USER:=`whoami`}/rat-`uname -s`-`uname -r` \
	    ${LOCALBASE}/bin/rat; \
	 install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
	    man/man1/rat.1 ${LOCALBASE}/man/man1/rat.1 )

.include <bsd.port.mk>