freebsd-ports/mbone/rat30/Makefile

37 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: rat
# Date created: 6 June 2001
# Whom: anton
#
# $FreeBSD$
#
PORTNAME= rat
PORTVERSION= 3.0.35
PORTREVISION= 2
CATEGORIES= mbone audio
2007-07-14 19:32:14 +02:00
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \
CENKES
2006-04-19 17:21:42 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool
USE_TK= 82
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/rat-3.0
USE_GMAKE= yes
MAN1= rat.1
PLIST_FILES= bin/rat30
2001-11-07 09:36:52 +01:00
LATEST_LINK= rat30
do-build:
2007-07-14 19:32:14 +02:00
cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/rat ${PREFIX}/bin/rat30
2007-07-14 19:32:14 +02:00
${INSTALL_MAN} ${WRKSRC}/man/man1/rat.1 ${MAN1PREFIX}/man/man1/
2007-07-14 19:32:14 +02:00
.include <bsd.port.mk>