1995-02-14 09:32:41 +01:00
|
|
|
# New ports collection makefile for: maplay
|
|
|
|
# Date created: Feb 13 1995
|
1997-01-07 15:58:04 +01:00
|
|
|
# Whom: jkh
|
1995-02-14 09:32:41 +01:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1995-02-14 09:32:41 +01:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= maplay
|
|
|
|
PORTVERSION= 1.2
|
1996-11-16 00:14:56 +01:00
|
|
|
CATEGORIES= audio
|
2001-05-22 19:33:30 +02:00
|
|
|
MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/other-servers/Maplay-Mirror/
|
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
|
1995-04-11 21:46:58 +02:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-01 14:51:41 +02:00
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams
|
1997-01-07 15:58:04 +01:00
|
|
|
|
1995-02-14 09:32:41 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
2005-04-19 16:15:34 +02:00
|
|
|
PLIST_FILES= bin/maplay
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2002-06-07 04:21:52 +02:00
|
|
|
post-patch:
|
2005-04-19 16:15:34 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,machine/soundcard.h,sys/soundcard.h,' \
|
|
|
|
${WRKSRC}/configuration.sh
|
2002-06-07 04:21:52 +02:00
|
|
|
|
1999-09-27 04:18:21 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
2008-06-08 10:11:19 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
1999-09-27 04:18:21 +02:00
|
|
|
.endif
|
1999-07-17 16:43:55 +02:00
|
|
|
|
1995-02-14 09:32:41 +01:00
|
|
|
.include <bsd.port.mk>
|