summaryrefslogtreecommitdiff
path: root/audio/id3tool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/id3tool/Makefile')
-rw-r--r--audio/id3tool/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile
deleted file mode 100644
index 388b6326608a..000000000000
--- a/audio/id3tool/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= id3tool
-PORTVERSION= 1.2a
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://nekohako.xware.cx/id3tool/
-
-MAINTAINER= gavin@FreeBSD.org
-COMMENT= Utility for manipulating mp3 ID3 Tags
-WWW= http://nekohako.xware.cx/id3tool/
-
-DEPRECATED= Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
-EXPIRATION_DATE=2025-04-30
-
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-
-PLIST_FILES= bin/id3tool share/man/man1/id3tool.1.gz
-
-.include <bsd.port.mk>