mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
667 B
Makefile
29 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= 3
|
|
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>
|