1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/archivers/torrentzip/Makefile
Baptiste Daroussin fb3d8a97b2 Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
2019-10-10 13:17:47 +00:00

31 lines
634 B
Makefile

# Created by: swhetzel@gmail.com
# $FreeBSD$
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
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>