freebsd-ports/net-p2p/createtorrent/Makefile
Emanuel Haupt 48b16bc177 Pacify portlint
Feature safe:	yes
2011-12-27 15:14:23 +00:00

27 lines
516 B
Makefile

# 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= 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>