aboutsummaryrefslogtreecommitdiff
path: root/audio/rat30/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /audio/rat30/Makefile
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
Notes
Diffstat (limited to 'audio/rat30/Makefile')
-rw-r--r--audio/rat30/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile
deleted file mode 100644
index 56ab15d5ba14..000000000000
--- a/audio/rat30/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-
-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>