aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-devel/Makefile
blob: 3067b2b150e74d69d245133a9fd46f53c549bbfa (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
# New ports collection makefile for:	libtorrent-devel
# Date created:				May 17 2006
# Whom:					Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	libtorrent-devel
PORTVERSION=	0.12.6
PORTREVISION=	1
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}

MAINTAINER=	flz@FreeBSD.org
COMMENT=	BitTorrent Library written in C++ (development version)

MASTERDIR=	${.CURDIR}/../libtorrent
PATCHDIR=	${.CURDIR}/files/
DISTINFO_FILE=	${.CURDIR}/distinfo
PLIST=		${.CURDIR}/pkg-plist
DESCR=		${MASTERDIR}/pkg-descr


CONFLICTS=	libtorrent-[0-9]* \
		rblibtorrent-[0-9]* \
		rblibtorrent-devel-[0-9]*

.include "${MASTERDIR}/Makefile"