2013-06-28 22:32:28 +00:00
|
|
|
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
1999-10-05 16:25:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= roottail
|
2004-11-23 11:12:03 +00:00
|
|
|
PORTVERSION= 1.2
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 3
|
1999-10-05 16:25:27 +00:00
|
|
|
CATEGORIES= sysutils
|
2003-09-29 14:12:06 +00:00
|
|
|
MASTER_SITES= http://www.goof.com/pcg/marc/data/
|
2000-11-15 00:11:19 +00:00
|
|
|
DISTNAME= root-tail-${PORTVERSION}
|
1999-10-05 16:25:27 +00:00
|
|
|
|
2004-12-22 00:19:08 +00:00
|
|
|
.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
|
|
|
|
|
2006-09-29 22:01:22 +00:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2004-06-23 12:13:02 +00:00
|
|
|
COMMENT= Print text directly to X11 root window
|
1999-10-05 16:25:27 +00:00
|
|
|
|
2013-06-28 22:32:28 +00:00
|
|
|
USES= imake
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= x11 xext
|
2004-06-23 12:13:02 +00:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
1999-10-05 16:25:27 +00:00
|
|
|
|
2014-02-11 17:02:37 +00:00
|
|
|
PLIST_FILES= bin/root-tail \
|
|
|
|
man/man1/root-tail.1.gz
|
|
|
|
|
2004-12-22 00:19:08 +00:00
|
|
|
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
|
|
|
|
|
1999-10-05 16:25:27 +00:00
|
|
|
.include <bsd.port.mk>
|