aboutsummaryrefslogtreecommitdiff
path: root/audio/easytag-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/easytag-devel/Makefile')
-rw-r--r--audio/easytag-devel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile
deleted file mode 100644
index ace3152acfe1..000000000000
--- a/audio/easytag-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: easytag
-# Date created: May 17, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= easytag
-PORTVERSION= 0.30
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tag editor for MP3 and OGG files
-
-LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \
- vorbis.2:${PORTSDIR}/audio/libvorbis \
- FLAC.5:${PORTSDIR}/audio/flac
-
-MAN1= easytag.1
-
-USE_BZIP2= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>