blob: eadf96605c3bc95ec7fc0c236b6c39fbe4ccf82d (
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
28
29
30
31
32
33
34
35
36
37
38
|
# 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
DEPRECATED= Depends on net-p2p/libtorrent-rasterbar-14, which is DEPRECATED
EXPIRATION_DATE= 2012-06-30
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>
|