blob: a4c24b00f2cda07cf0476160778ce11508451d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|