freebsd-ports/net-p2p/hrktorrent/Makefile
Martin Wilke 348763aa85 - Update to 0.3.5
PR:		138642
Submitted by:	Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
2009-09-09 12:55:15 +00:00

33 lines
742 B
Makefile

# Ports collection makefile for: hrktorrent
# Date created: Jun 29, 2008
# Whom: hrkfrd@gmail.com
#
# $FreeBSD$
#
PORTNAME= hrktorrent
PORTVERSION= 0.3.5
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/rblibtorrent-devel
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
post-install:
@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
${PKGDIR}/pkg-message
.include <bsd.port.mk>