diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
| commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
| tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /audio/rat30/Makefile | |
| parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) | |
Notes
Diffstat (limited to 'audio/rat30/Makefile')
| -rw-r--r-- | audio/rat30/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile deleted file mode 100644 index dcde95806395..000000000000 --- a/audio/rat30/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 6 June 2001 -# Whom: anton -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 3.0.35 -PORTREVISION= 1 -CATEGORIES= mbone audio -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ - -MAINTAINER= anton@chelcom.ru -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/rat-3.0 - -USE_GMAKE= yes -MAN1= rat.1 -MANCOMPRESSED= no -PLIST_FILES= bin/rat30 - -LATEST_LINK= rat30 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -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 ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> |
