aboutsummaryrefslogblamecommitdiff
path: root/archivers/torrentzip/Makefile
blob: f3d5cb93a681d65738209632b58b13a884fa6101 (plain) (tree)
1
2
3
4
5
6
7
8
                                
           


                          
                 
                         
                                                                 




                                                                
                   
                          




                                  

                    
            

                                                                     

                      
# Created by: swhetzel@gmail.com
# $FreeBSD$

PORTNAME=	torrentzip
PORTVERSION=	0.2
PORTREVISION=	3
CATEGORIES=	archivers
MASTER_SITES=	SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION}
DISTNAME=	trrntzip_v${PORTVERSION:S/.//}_src

MAINTAINER=	swhetzel@gmail.com
COMMENT=	Efficient way to prepare zipfiles for BitTorrent

GNU_CONFIGURE=	yes
USES=		autoreconf
WRKSRC=		${WRKDIR}/trrntzip

PLIST_FILES=	bin/trrntzip
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

pre-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README

.include <bsd.port.mk>