diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-25 13:34:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 23:59:33 +0000 |
commit | 688c1e1886f9627e1e315c25cbe737581aa734ee (patch) | |
tree | f62cce94e17381d8368870eba2bb4fcc83d9e206 /audio/splay/Makefile | |
parent | cd1d4448657459b268bbb9a1b58f878c261f173d (diff) | |
download | ports-688c1e1886f9627e1e315c25cbe737581aa734ee.tar.gz ports-688c1e1886f9627e1e315c25cbe737581aa734ee.zip |
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile deleted file mode 100644 index 71d2d9a7bdaf..000000000000 --- a/audio/splay/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= splay -PORTVERSION= 0.9.5.2 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://splay.sourceforge.net/tgz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio player that decodes MPEG Layer 1/2/3 and WAV files -WWW= http://splay.sourceforge.net/ - -LICENSE= GPLv2+ LGPL20+ -LICENSE_COMB= multi -LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB - -DEPRECATED= Abandonware, no development in 20 years and uses obsolete decoding library -EXPIRATION_DATE=2023-03-31 - -GNU_CONFIGURE= yes - -CONFLICTS_INSTALL= mp3blaster # bin/splay - -PLIST_FILES= bin/splay man/man1/splay.1.gz - -# XXX: pthread library can be used, but sound quality is buggy(?) - -.include <bsd.port.mk> |