blob: 42400b2392b98f603ea6cc65c736f629db708b1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.3 1997/10/30 15:04:15 tg Exp $
#
DISTNAME= xmp3_1.0.0
PKGNAME= xmpeg3-1.0
CATEGORIES= audio tk80
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>
|