freebsd-ports/net-p2p/rtorrent-devel/Makefile
Pav Lucistnik 2084eff2f9 - Mark BROKEN: fails to package
tar: man/man1/rtorrent.1.gz: Cannot stat: No such file or directory

Reported by:	pointyhat
2011-05-17 22:27:06 +00:00

33 lines
778 B
Makefile

# New ports collection makefile for: rtorrent-devel
# Date created: May 17 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rtorrent-devel
PORTVERSION= 0.8.7
PORTREVISION= 0
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++ (development version)
BUILD_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel
BROKEN= fails to package
MASTERDIR= ${.CURDIR}/../rtorrent
PATCHDIR= ${.CURDIR}/files/
DISTINFO_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
MAN1= rtorrent.1
USE_GCC= 4.2+
.include "${MASTERDIR}/Makefile"