diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile index fde9e9dabe00..25e2880e49a0 100644 --- a/audio/ximp3/Makefile +++ b/audio/ximp3/Makefile @@ -1,23 +1,26 @@ PORTNAME= ximp3 PORTVERSION= 0.1.15 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players/mp3 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple console MP3 player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATE= Abandonware and obsolete, uses old decoder library and no ID3v2 support +EXPIRATION_DATE=2023-03-09 + GNU_CONFIGURE= yes PORTDOCS= * PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include