aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3ck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3ck/Makefile')
-rw-r--r--audio/mp3ck/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile
deleted file mode 100644
index f1a1a6df2fff..000000000000
--- a/audio/mp3ck/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= mp3ck
-PORTVERSION= 0.04
-CATEGORIES= audio
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams
-WWW= https://mp3ck.sourceforge.net/
-
-DEPRECATED= Last release in 2005 and dead upstream, consider using multimedia/ffmpeg
-EXPIRATION_DATE=2024-02-29
-
-PLIST_FILES= bin/mp3ck share/man/man1/mp3ck.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>