aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/torrentzip/Makefile
blob: 6b0a8dad08eed697367180a72fce6ea7e1362d4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    torrentzip
# Date created:         May 2, 2005
# Whom:                 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

USE_AUTOTOOLS=  aclocal:111 automake:111 autoheader:267
AUTOMAKE_ARGS=      -a

WRKSRC=     ${WRKDIR}/trrntzip

PLIST_FILES=    bin/trrntzip
PORTDOCS=   README

run-autotools:: run-autotools-aclocal run-autotools-autoheader \
        run-autotools-autoconf run-autotools-automake

.if !defined(NOPORTDOCS)
pre-install:
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif

.include <bsd.port.mk>