986beaaabc
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)
29 lines
626 B
Makefile
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>
|