summaryrefslogblamecommitdiff
path: root/net-p2p/createtorrent/Makefile
blob: 1d42535da993b8103d0754366be052ed1d168161 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                
           

                             
                     
                       
                        



                                                             

                     




                                 


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