aboutsummaryrefslogtreecommitdiff
path: root/audio/maplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
deleted file mode 100644
index cdbcb60963f1..000000000000
--- a/audio/maplay/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: jkh
-# $FreeBSD$
-
-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/./_/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-NO_WRKSUBDIR= yes
-USES= tar:Z
-
-PLIST_FILES= bin/maplay
-PORTDOCS= README
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>