freebsd-ports/audio/rat/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

40 lines
989 B
Makefile

# New ports collection makefile for: rat
# Version required: 4.0.4
# Date created: 3 July 1999
# Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson)
#
# $FreeBSD$
#
DISTNAME= rat-4.0.4
CATEGORIES= mbone audio
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ \
http://people.FreeBSD.org/~cpiazza/distfiles/
MAINTAINER= O.Hodson@cs.ucl.ac.uk
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_GMAKE= yes
MAN1= rat.1
MANCOMPRESSED= no
RAT_BUILD_DIRS= common rat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.4 ${PREFIX}/bin/rat
${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1
${MKDIR} ${LOCALBASE}/etc/sdr/plugins
${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.rat-4.0.4 ${LOCALBASE}/etc/sdr/plugins
do-build:
for d in ${RAT_BUILD_DIRS}; do \
cd ${WRKSRC}/$$d && ${GMAKE}; \
done
do-configure:
for d in ${RAT_BUILD_DIRS}; do \
cd ${WRKSRC}/$$d && ./configure; \
done
.include "bsd.port.mk"