Merge from vendor branch TNF:
[pkgsrcv2.git] / archivers / torrentzip / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       trrntzip_v02_src
5 PKGNAME=        torrentzip-0.2
6 CATEGORIES=     archivers
7 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=trrntzip/}
8
9 MAINTAINER=     dillo@NetBSD.org
10 HOMEPAGE=       http://www.sourceforge.net/trrntzip/
11 COMMENT=        Create identical zip archives from identical files
12
13 USE_TOOLS+=     aclocal autoconf automake autoheader
14 GNU_CONFIGURE=  yes
15 PKG_DESTDIR_SUPPORT=    user-destdir
16 INSTALLATION_DIRS=      share/doc/torrentzip
17
18 WRKSRC= ${WRKDIR}/trrntzip
19
20 pre-configure:
21         cd ${WRKSRC} && sh autogen.sh
22
23 post-install:
24         ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/torrentzip
25
26 .include "../../devel/zlib/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"