openbsd-ports/x11/root-tail/Makefile
robert 9555210e63 update to version 1.2;
Remove patch-root-tail_c because it has been merged to this release.
2005-11-07 21:52:31 +00:00

25 lines
495 B
Makefile

# $OpenBSD: Makefile,v 1.14 2005/11/07 21:52:31 robert Exp $
COMMENT= "tails a given file anywhere on your X11 root window"
DISTNAME= root-tail-1.2
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 Xext c
MASTER_SITES= ${HOMESITE}/data/
CONFIGURE_STYLE= imake
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>