2005-05-04 16:05:27 +02:00
|
|
|
# New ports collection makefile for: torrentzip
|
|
|
|
# Date created: May 2, 2005
|
|
|
|
# Whom: swhetzel@gmail.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= torrentzip
|
|
|
|
PORTVERSION= 0.2
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 3
|
2005-05-04 16:05:27 +02:00
|
|
|
CATEGORIES= archivers
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION}
|
2005-05-04 16:05:27 +02:00
|
|
|
DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
|
|
|
|
|
|
|
|
MAINTAINER= swhetzel@gmail.com
|
|
|
|
COMMENT= Efficient way to prepare zipfiles for BitTorrent
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= aclocal automake autoheader
|
2005-05-04 16:05:27 +02:00
|
|
|
AUTOMAKE_ARGS= -a
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/trrntzip
|
|
|
|
|
|
|
|
PLIST_FILES= bin/trrntzip
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2005-11-19 07:02:20 +01:00
|
|
|
run-autotools:: run-autotools-aclocal run-autotools-autoheader \
|
|
|
|
run-autotools-autoconf run-autotools-automake
|
2005-05-04 16:05:27 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|