1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/audio/xmpeg3/Makefile

30 lines
647 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmpeg3
# Version required: 1.0
# Date created: 7 July 1997
# Whom: doconnor@ist.flinders.edu.au
#
1998-07-14 23:39:38 +00:00
# $Id: Makefile,v 1.7 1998/05/10 16:55:03 steve Exp $
#
DISTNAME= xmp3_1.0.0
PKGNAME= xmpeg3-1.0
CATEGORIES= audio tk80
1998-07-14 23:39:38 +00:00
MASTER_SITES= ftp://ftp.funet.fi/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>