summaryrefslogtreecommitdiff
path: root/net-p2p/createtorrent/Makefile
blob: 51dd43bc154b08bf08bf65914adcedac748c00d5 (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
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=	createtorrent
PORTVERSION=	1.1.4
CATEGORIES=	net-p2p
MASTER_SITES=	CRITICAL

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Create BitTorrent files from the command line

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/createtorrent

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>