aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/schilyutils/Makefile
blob: b73d0758fde51fa7cb6adefe7e0c0dd3c1362bd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
PORTNAME=	schilyutils
CATEGORIES=	sysutils converters deskutils textproc shells

COMMENT=	Collection of utilities from J. Schilling
WWW=		https://codeberg.org/schilytools/schilytools

USES+=		perl5 shebangfix
USE_PERL5=	run
SHEBANG_FILES=	cstyle/cstyle.pl

# bin/bsh bin/calc bin/copy bin/count bin/fsdiff
CONFLICTS_INSTALL=	bsh calc deforaos-browser \
		latte-integrale p5-Math-SigFigs radmind

MASTERDIR=	${.CURDIR}/../../devel/schilybase
COMPONENTS=	bsh \
		btcflash \
		cal \
		calc \
		calltree \
		change \
		compare \
		copy \
		count \
		cpp \
		cstyle \
		ctags \
		cut \
		fifo \
		label \
		hdump \
		lndir \
		match \
		mdigest \
		p \
		paste \
		patch \
		printf \
		sdd \
		sfind \
		sformat \
		sgrow \
		termcap \
		translit \
		udiff

# these files are installed by the patch target,
# but they belong to devel/sccs.
post-install:
	${RM} ${STAGEDIR}${PREFIX}/ccs/bin/sccspatch
	cd ${STAGEDIR}${PREFIX} && ${RMDIR} -p ccs/bin
	${RM} ${STAGEDIR}${PREFIX}/share/man/man1/sccspatch.1

.include "${MASTERDIR}/Makefile.master"