1999-10-05 18:25:27 +02:00
|
|
|
# New ports collection makefile for: roottail
|
|
|
|
# Date created: 30 September 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= roottail
|
2004-11-23 12:12:03 +01:00
|
|
|
PORTVERSION= 1.2
|
2004-12-22 01:19:08 +01:00
|
|
|
PORTREVISION= 1
|
1999-10-05 18:25:27 +02:00
|
|
|
CATEGORIES= sysutils
|
2003-09-29 16:12:06 +02:00
|
|
|
MASTER_SITES= http://www.goof.com/pcg/marc/data/
|
2000-11-15 01:11:19 +01:00
|
|
|
DISTNAME= root-tail-${PORTVERSION}
|
1999-10-05 18:25:27 +02:00
|
|
|
|
2004-12-22 01:19:08 +01: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-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-23 14:13:02 +02:00
|
|
|
COMMENT= Print text directly to X11 root window
|
1999-10-05 18:25:27 +02:00
|
|
|
|
2000-07-18 21:44:14 +02:00
|
|
|
MAN1= root-tail.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/root-tail
|
1999-10-05 18:25:27 +02:00
|
|
|
USE_IMAKE= yes
|
2004-06-23 14:13:02 +02:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
1999-10-05 18:25:27 +02:00
|
|
|
|
2004-12-22 01:19:08 +01: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 18:25:27 +02:00
|
|
|
.include <bsd.port.mk>
|