2013-07-08 20:42:15 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2007-01-07 21:23:50 +01:00
|
|
|
# $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
|
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-01-07 21:23:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/createtorrent
|
|
|
|
|
|
|
|
do-install:
|
2013-10-24 17:11:40 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2007-01-07 21:23:50 +01:00
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|