1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-p2p/createtorrent/Makefile
Tijl Coosemans 216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00

26 lines
496 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
PLIST_FILES= bin/createtorrent
post-patch:
@${REINPLACE_CMD} 's/-lssl/-lcrypto/' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>