summaryrefslogtreecommitdiff
path: root/audio/easytag-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/easytag-devel/Makefile')
-rw-r--r--audio/easytag-devel/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile
deleted file mode 100644
index b535d1914f7b..000000000000
--- a/audio/easytag-devel/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: easytag
-# Date created: May 17, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= easytag
-PORTVERSION= 0.20
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
- vorbis.1:${PORTSDIR}/audio/libvorbis
-
-USE_GTK= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${PERL} -pi -e 's|`gtk-config |`\$$GTK_CONFIG |g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
- 's|^gnome_menu|#gnome_menu|g ; \
- s|^icon|#icon|g'
-
-.include <bsd.port.mk>