1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-p2p/hrktorrent/Makefile
Doug Barton be64f3bc83 As previously discussed on -ports, make the following changes:
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
	a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
	b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent

Feature safe:	yes
2010-02-22 00:53:10 +00:00

36 lines
729 B
Makefile

# Ports collection makefile for: hrktorrent
# Date created: Jun 29, 2008
# Whom: hrkfrd@gmail.com
#
# $FreeBSD$
#
PORTNAME= hrktorrent
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://50hz.ws/hrktorrent/
MAINTAINER= hrkfdn@gmail.com
COMMENT= A light console torrent client using rasterbar's libtorrent
LIB_DEPENDS= torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14
USE_GNOME= pkgconfig
USE_BZIP2= yes
PLIST_FILES= bin/hrktorrent \
share/examples/hrktorrent/hrktorrent.rc
PLIST_DIRS= share/examples/hrktorrent
MAN1= hrktorrent.1
MANCOMPRESSED= no
SUB_FILES= pkg-message
post-install:
@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>