2007-01-07 21:23:50 +01:00
|
|
|
# New ports collection makefile for: createtorrent
|
|
|
|
# Date created: 7 Jan 2007
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= createtorrent
|
2008-02-23 15:12:33 +01:00
|
|
|
PORTVERSION= 1.1.4
|
2007-01-07 21:23:50 +01:00
|
|
|
CATEGORIES= net-p2p
|
2011-03-07 12:07:03 +01:00
|
|
|
MASTER_SITES= CRITICAL
|
2007-01-07 21:23:50 +01:00
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Create BitTorrent files from the command line
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_OPENSSL= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2007-01-07 21:23:50 +01:00
|
|
|
|
2011-01-25 20:59:40 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-01-07 21:23:50 +01:00
|
|
|
PLIST_FILES= bin/createtorrent
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|