freebsd-ports/audio/xmpeg3/Makefile
Steve Price 5d6e46ff25 Update to new location on master site.
PR:		6555
Submitted by:	Antti Kaipila <anttik@silic.one.sci.fi>
1998-05-10 16:55:03 +00:00

30 lines
648 B
Makefile

# New ports collection makefile for: xmpeg3
# Version required: 1.0
# Date created: 7 July 1997
# Whom: doconnor@ist.flinders.edu.au
#
# $Id: Makefile,v 1.6 1998/03/20 14:35:28 tg Exp $
#
DISTNAME= xmp3_1.0.0
PKGNAME= xmpeg3-1.0
CATEGORIES= audio tk80
MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/sci/audio/mpeg/amp/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \
wish8.0:${PORTSDIR}/x11/tk80
WRKSRC= ${WRKDIR}/xmpeg3
NO_BUILD= yes
post-patch:
@/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|;" ${WRKSRC}/xmpeg3
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmpeg3 ${PREFIX}/bin
.include <bsd.port.mk>