aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnome-btdownload/Makefile
blob: 87ba1b91485a84ed7b4dd0e5d3839f8a46780d0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    gnome-btdownload
# Date created:             21 October 2003
# Whom:                 Mezz <mezz7@cox.net>
#
# $FreeBSD$
#

PORTNAME=   gnome-btdownload
PORTVERSION=    0.0.20
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= net gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnome-bt

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple Gnome interface designed as a mime-sink for BitTorrent files

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/BitTorrent/__init__.py:${PORTSDIR}/net/py-bittorrent-core

IGNORE=does not run with BitTorrent 4.x yet

USE_X_PREFIX=   yes
USE_GNOME=  desktopfileutils gnomehack gnomeprefix pygnome2
USE_PYTHON= yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       gnome-btdownload.1

post-patch:
    @${REINPLACE_CMD} -e 's|%%X11PREFIX%%|${PREFIX}|g ; \
         s|gnome\.vfs|gnomevfs|g' ${WRKSRC}/src/${PORTNAME}
    @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' \
        ${WRKSRC}/share/desktop/gnome-btdownload.desktop

post-install:
    @-update-desktop-database
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog README
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>