freebsd-ports/archivers/torrentzip/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

29 lines
626 B
Makefile

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
WWW= http://trrntzip.sourceforge.net
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= autoreconf
WRKSRC= ${WRKDIR}/trrntzip
PLIST_FILES= bin/trrntzip
PORTDOCS= README
OPTIONS_DEFINE= DOCS
pre-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
.include <bsd.port.mk>