freebsd-ports/graphics/cbview/Makefile
John Marino 07ba95b3a8 graphics/cbview: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 01:35:43 +00:00

34 lines
770 B
Makefile

# Created by: Mezz <mezz@FreeBSD.org>
# $FreeBSD$
PORTNAME= cbview
PORTVERSION= 0.06
PORTREVISION= 9
CATEGORIES= graphics perl5
MASTER_SITES= http://www.sourcefiles.org/Toys/Humor/
MAINTAINER= ports@FreeBSD.org
COMMENT= Viewer/converter for CBR/CBZ comic book archives
LICENSE= GPLv2
RUN_DEPENDS= unrar:archivers/unrar \
p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote
NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= Changes README TODO
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>