mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# New ports collection makefile for: exaile
|
|
# Date created: 19 December 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= exaile
|
|
DISTVERSION= 0.2.13
|
|
PORTREVISION= 1
|
|
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>
|