aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-25 01:15:39 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-25 01:15:39 +0000
commit69a9bac8023996cf27e8c90baa532550627c4f28 (patch)
treef9eb521eb55b49abacb8714ad8b4d31b9a305f4b /audio/exaile/Makefile
parenta140362c14eb6ddd2d7c3113752d43dc2e4a75ab (diff)
downloadports-69a9bac8023996cf27e8c90baa532550627c4f28.tar.gz
ports-69a9bac8023996cf27e8c90baa532550627c4f28.zip
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r--audio/exaile/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index f0b443db1c5e..748d651e3d46 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= exaile
-DISTVERSION= 0.2.8
+DISTVERSION= 0.2.9b
CATEGORIES= audio
-MASTER_SITES= http://www.exaile.org/files/ CSME
+MASTER_SITES= http://www.exaile.org/files/ GENTOO/distfiles
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= infofarmer@FreeBSD.org
@@ -24,17 +24,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
USE_GNOME= pygtk2 pygnomeextras
USE_GSTREAMER= python
USE_PYTHON= yes
-PLIST_FILES= share/applications/${PORTNAME}.desktop share/pixmaps/${PORTNAME}.png bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e '/^PREFIX/d' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e '/^PYTHON_DIR/s|=.*|=${PYTHON_INCLUDEDIR}|' ${WRKSRC}/mmkeys/Makefile
-create-plist:
- ${FIND} -s ${DATADIR} -not -type d|${SED} -e 's|^${DATADIR}|%%DATADIR%%|' > ${PLIST}
- ${FIND} -ds ${DATADIR} -type d|${SED} -e 's|^${DATADIR}|%%DATADIR%%|' \
- -e 's|^|@dirrm |' >> ${PLIST}
- @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST}
- @${ECHO_CMD} '@dirrmtry share/pixmaps' >> ${PLIST}
-
.include <bsd.port.mk>