aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/exaile-devel/Makefile')
-rw-r--r--audio/exaile-devel/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile
deleted file mode 100644
index bc4ab947e0f8..000000000000
--- a/audio/exaile-devel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: exaile
-# Date created: 19 December 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= exaile
-DISTVERSION= 0.2.13
-CATEGORIES= audio
-MASTER_SITES= http://www.exaile.org/files/ GENTOO/distfiles
-DISTNAME= ${PORTNAME}_${DISTVERSION}
-
-MAINTAINER= infofarmer@FreeBSD.org
-COMMENT= AmaroK replacement for GTK+
-
-RUN_DEPENDS= py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus \
- py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify \
- py*-elementtree>=1.2.6:${PORTSDIR}/devel/py-elementtree \
- py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen \
- py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy \
- py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \
- py*-pysqlite>=2.3.3:${PORTSDIR}/databases/py-pysqlite23
-
-USE_GETTEXT= yes
-USE_GNOME= pygtk2 pygnomeextras
-USE_GSTREAMER= python gnomevfs
-USE_PYTHON= yes
-MAN1= ${PORTNAME}.1
-
-post-patch:
- @${REINPLACE_CMD} -e '/createpot/d;s|/bin/echo|echo|;\
- s|$$[(]PREFIX[)]/share/exaile|${DATADIR}|;/install.*mmkeys/d;\
- s|$$[(]PREFIX[)]$$[(]LIBDIR[)]/exaile|${DATADIR}|;/mkdir.*LIBDIR/d;\
- s|$$[(]PREFIX[)]/share/man/man1|${MAN1PREFIX}/man/man1|'\
- ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>