aboutsummaryrefslogtreecommitdiff
path: root/audio/tagtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tagtool/Makefile')
-rw-r--r--audio/tagtool/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
deleted file mode 100644
index 40e1a11bfb1b..000000000000
--- a/audio/tagtool/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
-# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
-
-PORTNAME= tagtool
-PORTVERSION= 0.12.3
-PORTREVISION= 15
-CATEGORIES= audio
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNOME MP3/Ogg file tagger
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex \
- libid3.so:audio/id3lib \
- libvorbis.so:audio/libvorbis
-
-USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \
- pathfix pkgconfig tar:bzip2
-USE_GNOME= intlhack libglade2
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-
-LDFLAGS+= -lpthread -logg -lm
-
-.include <bsd.port.mk>