summaryrefslogtreecommitdiff
path: root/net-p2p/createtorrent/Makefile
blob: 5c3fbb58c99a96af93deb7e343ac46c822de7325 (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
# New ports collection makefile for:	createtorrent
# Date created:				7 Jan 2007
# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	createtorrent
PORTVERSION=	1.1.4
CATEGORIES=	net-p2p
MASTER_SITES=	http://www.createtorrent.com/ \
		CRITICAL

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

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
MAKE_JOBS_SAFE=	yes

LICENSE=	GPLv2

PLIST_FILES=	bin/createtorrent

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

.include <bsd.port.mk>