aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-04-16 13:18:08 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-04-16 13:18:08 +0000
commit31489bbc48b0ca4aa90b6bdc1208468ea3dc7176 (patch)
tree3b1f945aaa726b48676656094f74ab55e2a99e4a /audio/exaile/Makefile
parent0ecd2152f4320e418a82c19d7ada4c3026fefa68 (diff)
downloadports-31489bbc48b0ca4aa90b6bdc1208468ea3dc7176.tar.gz
ports-31489bbc48b0ca4aa90b6bdc1208468ea3dc7176.zip
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r--audio/exaile/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index 43d7c92c1365..1f6aebbe071a 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= exaile
-PORTVERSION= 0.3.1.0
-PORTREVISION= 1
+PORTVERSION= ${PORTVERSION_MAJOR}.${PORTVERSION_MINOR}
CATEGORIES= audio
-MASTER_SITES= http://launchpadlibrarian.net/40974604/ \
+MASTER_SITES= http://launchpad.net/${LP_DIR}/ \
http://wickedmachine.net/mirror/
MAINTAINER= jsa@wickedmachine.net
@@ -17,6 +16,7 @@ COMMENT= A full featured python-based music player for GTK+
RUN_DEPENDS= py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
+FETCH_ARGS= -pRr
USE_GNOME= pygtk2 librsvg2
USE_GSTREAMER= python good
USE_PYTHON= 2.5+
@@ -34,6 +34,10 @@ OPTIONS= BAD "Install bad GStreamer plugins" On \
NLS "Native Language Support" On \
SEXY "UI enhancements" On
+PORTVERSION_MAJOR= 0.3.1
+PORTVERSION_MINOR= 1
+LP_DIR= ${PORTNAME}/${PORTVERSION_MAJOR}/${PORTVERSION}/+download
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_BAD)