freebsd-ports/audio/xmpeg3/Makefile
Thomas Gellekum 0ed8e6a102 Adapt to tk80.
Suggested by:	Mark Murray
1997-10-30 15:04:17 +00:00

29 lines
632 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.2 1997/10/30 00:42:27 asami Exp $
#
DISTNAME= xmp3_1.0.0
PKGNAME= xmpeg3-1.0
CATEGORIES= audio
MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/
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>