summaryrefslogtreecommitdiffstats
path: root/sysutils/roottail/Makefile
blob: a8002316272396d4ce1cf19fa89a1df3d3fc82de (plain)
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
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$

PORTNAME=	roottail
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	sysutils
MASTER_SITES=	http://www.goof.com/pcg/marc/data/
DISTNAME=	root-tail-${PORTVERSION}

.if defined(WITH_EXTRA_PATCH)
PATCH_SITES=	http://bmp-plugins.berlios.de/misc/patches/
PATCHFILES=	roottail-1.2+xfce.diff
PATCH_DIST_STRIP=	-p1
.endif

MAINTAINER=	xride@FreeBSD.org
COMMENT=	Print text directly to X11 root window

USES=		imake
USE_XORG=	x11 xext
MAKE_ARGS=	CC="${CC}"

PLIST_FILES=	bin/root-tail \
		man/man1/root-tail.1.gz

pre-everything::
.if defined(WITH_EXTRA_PATCH)
	@${ECHO_MSG}
	@${ECHO_MSG} "Note: this extra patch is not supported by roottail maintainer."
	@${ECHO_MSG} "Before reporting any problems you should build roottail without"
	@${ECHO_MSG} "this option."
	@${ECHO_MSG}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud