2003-10-22 23:53:51 +02:00
|
|
|
# New ports collection makefile for: gnome-btdownload
|
|
|
|
# Date created: 21 October 2003
|
|
|
|
# Whom: Mezz <mezz7@cox.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-btdownload
|
2004-01-09 07:29:36 +01:00
|
|
|
PORTVERSION= 0.0.11
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-10-22 23:53:51 +02:00
|
|
|
CATEGORIES= net gnome
|
2003-10-24 22:19:48 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnome-bt
|
2003-10-22 23:53:51 +02:00
|
|
|
|
2004-05-03 01:36:58 +02:00
|
|
|
MAINTAINER= mezz@FreeBSD.org
|
2003-10-22 23:53:51 +02:00
|
|
|
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 \
|
|
|
|
${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PYTHON= yes
|
2003-11-17 13:03:17 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-10-22 23:53:51 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= gnome-btdownload.1
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%X11PREFIX%%|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/src/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|