freebsd-ports/net-p2p/libtorrent-devel/Makefile
Florent Thoumie de5a25a842 Update net-p2p/libtorrent-devel to 0.13.1.
Feature safe: yes
2012-04-08 12:35:31 +00:00

26 lines
616 B
Makefile

# New ports collection makefile for: libtorrent-devel
# Date created: May 17 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libtorrent-devel
PORTVERSION= 0.13.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"