freebsd-ports/sysutils/roottail/Makefile
Volker Stolz 5b32609d2f - Update to 1.1 (keramida)
- C89-ify (me)
- Grab COMMENT from man-page synopsis (me)

PR:		ports/66649
Submitted by:	keramida
Approved by:	maintainer timeout
2004-06-23 12:13:02 +00:00

22 lines
475 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.1
CATEGORIES= sysutils
MASTER_SITES= http://www.goof.com/pcg/marc/data/
DISTNAME= root-tail-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Print text directly to X11 root window
MAN1= root-tail.1
PLIST_FILES= bin/root-tail
USE_IMAKE= yes
MAKE_ARGS= CC="${CC}"
.include <bsd.port.mk>