1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/torrentzip/Makefile
Mark Linimon 48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00

37 lines
831 B
Makefile

# New ports collection makefile for: torrentzip
# Date created: May 2, 2005
# Whom: swhetzel@gmail.com
#
# $FreeBSD$
#
PORTNAME= torrentzip
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= trrntzip
DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
MAINTAINER= swhetzel@gmail.com
COMMENT= Efficient way to prepare zipfiles for BitTorrent
USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:261
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>