25 lines
536 B
Makefile
25 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/05/06 04:41:24 lebel Exp $
|
|
|
|
COMMENT= "tails a given file anywhere on your X11 root window"
|
|
|
|
DISTNAME= root-tail-0.0.10
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.402
|
|
|
|
HOMEPAGE= http://root-tail.plan9.de
|
|
|
|
MAINTAINER= Cameron Lerch <opcode@skylab.saturn5.yi.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://goof.com/pcg/marc/data/ \
|
|
ftp://goof.com/pub/pcg/marc/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
USE_X11= Yes
|
|
|
|
.include <bsd.port.mk>
|