freebsd-ports/net-p2p/sharktorrent/Makefile
Simon Barner ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00

28 lines
667 B
Makefile

# New ports collection makefile for: sharktorrent
# Date created: 2007-04-25
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= sharktorrent
PORTVERSION= 0.1.1
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF
MAINTAINER= alepulver@FreeBSD.org
COMMENT= C++ Bittorrent client using wxWidgets, libtorrent and boost
LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \
torrent.1:${PORTSDIR}/net-p2p/rblibtorrent
USE_WX= 2.6
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDLFAGS="-L${LOCALBASE}/lib"
CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/libtorrent
PLIST_FILES= bin/sharktorrent
.include <bsd.port.mk>