summaryrefslogtreecommitdiff
path: root/archivers/torrentzip/Makefile
blob: f89fc6c8ef6151395512ec1792c84737b2e1898c (plain)
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
# $NetBSD: Makefile,v 1.3 2012/12/12 10:44:06 wiz Exp $
#

DISTNAME=	trrntzip_v02_src
PKGNAME=	torrentzip-0.2
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=trrntzip/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.sourceforge.net/trrntzip/
COMMENT=	Create identical zip archives from identical files

USE_TOOLS+=	aclocal autoconf automake autoheader
GNU_CONFIGURE=	yes
INSTALLATION_DIRS=	share/doc/torrentzip

WRKSRC=	${WRKDIR}/trrntzip

pre-configure:
	cd ${WRKSRC} && sh autogen.sh

post-install:
	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/torrentzip

.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"