freebsd-ports/sysutils/roottail/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

39 lines
933 B
Makefile

# New ports collection makefile for: roottail
# Date created: 30 September 1999
# Whom: 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
MAN1= root-tail.1
PLIST_FILES= bin/root-tail
USE_IMAKE= yes
USE_XORG= x11 xext
MAKE_ARGS= CC="${CC}"
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>