freebsd-ports/misc/lesspipe/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

# Created by: Slaven Rezic <slaven@rezic.de>
# $FreeBSD$
PORTNAME= lesspipe
PORTVERSION= 1.55
2014-07-03 11:13:35 +02:00
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= SF
MAINTAINER= slaven@rezic.de
COMMENT= Preprocessor for less
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
.if defined(WITH_FANCY)
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
2014-07-03 11:13:35 +02:00
rpm:${PORTSDIR}/archivers/rpm4 \
dpkg:${PORTSDIR}/archivers/dpkg \
antiword:${PORTSDIR}/textproc/antiword \
lynx:${PORTSDIR}/www/lynx \
pdftotext:${PORTSDIR}/graphics/xpdf \
unrtf:${PORTSDIR}/textproc/unrtf \
dvi2tty:${PORTSDIR}/print/dvi2tty \
pstotext:${PORTSDIR}/print/pstotext \
mp3info:${PORTSDIR}/audio/mp3info \
cabextract:${PORTSDIR}/archivers/cabextract \
cdrecord:${PORTSDIR}/sysutils/cdrtools
.endif
USES= perl5
NO_BUILD= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --default --prefix=${PREFIX}
2014-04-04 11:21:52 +02:00
PLIST_FILES= bin/lesspipe.sh bin/code2color man/man1/lesspipe.1.gz
SUB_FILES= pkg-message
do-install:
2014-04-04 11:21:52 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/code2color ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/lesspipe.sh ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lesspipe.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>