freebsd-ports/net-p2p/createtorrent/Makefile
Emanuel Haupt 6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00

23 lines
433 B
Makefile

# Created by: 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>