4afb9efbd2
new maintainer Lurene Grenier <lurene@daemonkitty.net>
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/08/20 07:24:49 mark Exp $
|
|
|
|
COMMENT= "tails a given file anywhere on your X11 root window"
|
|
|
|
VERSION= 0.0.10
|
|
DISTNAME= root-tail-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
HOMESITE= http://www.goof.com/pcg/marc
|
|
HOMEPAGE= ${HOMESITE}/root-tail.html
|
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMESITE}/data/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
USE_X11= Yes
|
|
|
|
.include <bsd.port.mk>
|