freebsd-ports/audio/maplay/Makefile

35 lines
798 B
Makefile
Raw Normal View History

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
#
PORTNAME= maplay
PORTVERSION= 1.2
CATEGORIES= audio
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
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
PLIST_FILES= bin/maplay
PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e 's,machine/soundcard.h,sys/soundcard.h,' \
${WRKSRC}/configuration.sh
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}/
.endif
1995-02-14 09:32:41 +01:00
.include <bsd.port.mk>