aboutsummaryrefslogtreecommitdiff
path: root/sysutils/schilyutils/Makefile
blob: ab902a99f8fe825226c3f13f296b8fc4a1a0414b (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
PORTNAME=	schilyutils
CATEGORIES=	sysutils converters deskutils textproc shells

COMMENT=	Collection of utilities from J. Schilling

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

CONFLICTS_INSTALL=	bosh-cli bsh calc clusterit deforaos-browser heirloom-sh latte-integrale p5-Math-SigFigs radmind # bin/bosh bin/bsh bin/calc bin/copy bin/count bin/fsdiff bin/jsh

MASTERDIR=	${.CURDIR}/../../devel/schilybase
COMPONENTS=	bsh \
		btcflash \
		cal \
		calc \
		calltree \
		change \
		compare \
		copy \
		count \
		cpp \
		cstyle \
		cut \
		fifo \
		label \
		hdump \
		lndir \
		match \
		mdigest \
		obosh \
		p \
		paste \
		patch \
		pbosh \
		printf \
		sdd \
		sfind \
		sformat \
		sgrow \
		sh \
		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"