1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/xmpeg3/Makefile

34 lines
701 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmpeg3
# Date created: 7 July 1997
# Whom: doconnor@ist.flinders.edu.au
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
#
PORTNAME= xmpeg3
PORTVERSION= 1.0
CATEGORIES= audio tk82
1998-07-14 23:39:38 +00:00
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/
DISTNAME= xmp3_1.0.0
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= Simple TCL interface to the Amp Mpeg-3 player
RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \
wish8.2:${PORTSDIR}/x11-toolkits/tk82
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/xmpeg3
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/xmpeg3
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|' ${WRKSRC}/xmpeg3
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmpeg3 ${PREFIX}/bin
.include <bsd.port.mk>