freebsd-ports/mbone/rat30/Makefile
Martin Matuska 9e228b9d64 - Deprecate due to planned removal of tcl82 / tk82
- Set expiration date to 2009-04-22
2009-01-22 12:12:33 +00:00

39 lines
845 B
Makefile

# 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
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \
CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool
USE_TK= 82
USE_XORG= x11 xext
DEPRECATED= tcl82 support is going to be dropped
EXPIRATION_DATE= 2009-04-22
WRKSRC= ${WRKDIR}/rat-3.0
USE_GMAKE= yes
MAN1= rat.1
PLIST_FILES= bin/rat30
LATEST_LINK= rat30
do-build:
cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/rat ${PREFIX}/bin/rat30
${INSTALL_MAN} ${WRKSRC}/man/man1/rat.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>