freebsd-ports/net-p2p/rtorrent-devel/Makefile
Florent Thoumie 81dffa1521 Update to 0.6.3.
Reported by:		az
2006-10-08 22:14:52 +00:00

25 lines
595 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.6.3
PORTREVISION= 0
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++ (development version)
LIB_DEPENDS= torrent.9:${PORTSDIR}/net-p2p/libtorrent-devel
MASTERDIR= ${.CURDIR}/../rtorrent
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
.include "${MASTERDIR}/Makefile"