openbsd-ports/x11/root-tail/Makefile

27 lines
520 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.21 2010/11/22 08:37:04 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
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xdmcp Xext c
MASTER_SITES= ${HOMESITE}/data/
CONFIGURE_STYLE= imake
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>