openbsd-ports/x11/root-tail/Makefile
2010-10-19 08:13:56 +00:00

28 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.19 2010/10/19 08:13:59 espie Exp $
COMMENT= tails a given file anywhere on your X11 root window
DISTNAME= root-tail-1.2
REVISION= 1
CATEGORIES= x11
HOMESITE= http://www.goof.com/pcg/marc
HOMEPAGE= ${HOMESITE}/root-tail.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xdmcp Xext c
MASTER_SITES= ${HOMESITE}/data/
CONFIGURE_STYLE= imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>