freebsd-ports/net-p2p/hrktorrent/Makefile
Martin Wilke b711187624 - Update maintainer mail adress
Submitted by:	Henrik Friedrichsen <hrkfrd@googlemail.com>
2008-11-29 20:44:35 +00:00

33 lines
726 B
Makefile

# Ports collection makefile for: hrktorrent
# Date created: Jun 29, 2008
# Whom: hrkfrd@gmail.com
#
# $FreeBSD$
#
PORTNAME= hrktorrent
PORTVERSION= 0.3.4
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.1:${PORTSDIR}/net-p2p/rblibtorrent
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>