freebsd-ports/textproc/cgrep/Makefile
Gleb Popov 9b79b0b5b2 In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR:		238719
Approved by:	tcberner (mentor, implicit)
2019-06-20 16:03:10 +00:00

36 lines
1.2 KiB
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= cgrep
PORTVERSION= 6.6.25
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Context-aware grep for source codes
LICENSE= GPLv2
LIB_DEPENDS= libpcre.so:devel/pcre
USES= cabal
USE_CABAL= StateVar-1.1.1.1 aeson-1.4.2.0 ansi-terminal-0.9 async-2.2.1_1 \
attoparsec-0.13.2.2 base-compat-0.10.5 base-orphans-0.8 \
bifunctors-5.5.3 cabal-doctest-1.0.6_2 cmdargs-0.10.20 \
colour-2.3.4 comonad-5.0.4 conduit-1.3.1 contravariant-1.5 \
distributive-0.6 dlist-0.8.0.5 either-5.0.1 exceptions-0.10.0_2 \
hashable-1.2.7.0_1 integer-logarithms-1.0.2.2 libyaml-0.1.1.0 \
mono-traversable-1.0.11.0 primitive-0.6.4.0_1 profunctors-5.3 \
random-1.1_1 regex-base-0.93.2 regex-pcre-0.94.4 regex-posix-0.95.2 \
resourcet-1.2.2 safe-0.3.17 scientific-0.3.6.2 \
semigroupoids-5.3.2 semigroups-0.18.5 split-0.2.3.3_1 \
stringsearch-0.3.6.6_1 tagged-0.8.6 th-abstraction-0.2.10.0 \
time-locale-compat-0.1.1.5 transformers-compat-0.6.2 \
unicode-show-0.1.0.3 unix-compat-0.5.1 unliftio-core-0.1.2.0_1 \
unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \
uuid-types-1.0.3 vector-0.12.0.2 vector-algorithms-0.8.0.1 \
yaml-0.11.0.0
.include <bsd.port.mk>