aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchcat/Makefile
blob: 8baeb5558964b339071e1f277c209c95c7b8db09 (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
PORTNAME=	watchcat
DISTVERSION=	g20260124
CATEGORIES=	sysutils

MAINTAINER=	antranigv@FreeBSD.am
COMMENT=	Combines the functionality of watch and cat

LICENSE=	GPLv2

BUILD_DEPENDS=	voc:lang/voc

USE_GITHUB=	yes
GH_ACCOUNT=	norayr
GH_TAGNAME=	f1134a59f6b581d8d500b2678407285a1ee6443b

GH_TUPLE=	norayr:pipes:ef0629a71853b145def2b8b27300d3d02b228739:pipes/dps/pipes \
		norayr:strutils:2a450a1ef94a431787e258e262d053377ac9275c:strutils/dps/strutils \
		norayr:time:8f4d8612518cd69f91e85fa224c85bfe5d506028:time/dps/time

PLIST_FILES=	bin/watchcat

pre-build:
	${MKDIR} ${WRKSRC}/build/

do-build:
	(cd ${WRKSRC}/build && \
		${SETENVI} ${MAKE_ENV} voc \
		../dps/time/src/time.Mod -s \
		../dps/strutils/src/strTypes.Mod -s \
		../dps/strutils/src/strUtils.Mod -s \
		../dps/pipes/src/pipes.Mod -s \
		../src/watchcat.Mod -M \
	)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/build/watchcat ${STAGEDIR}${PREFIX}/bin/watchcat

.include <bsd.port.mk>