freebsd-ports/net-p2p/createtorrent/Makefile

23 lines
424 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= createtorrent
PORTVERSION= 1.1.4
CATEGORIES= net-p2p
2011-03-07 12:07:03 +01:00
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Create BitTorrent files from the command line
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
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
.include <bsd.port.mk>