openbsd-ports/x11/mouseclock/Makefile
2002-05-15 18:05:18 +00:00

32 lines
691 B
Makefile

# OpenBSD makefile for: mouseclock
# Version required: 1.0
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.16 2002/05/15 18:05:19 espie Exp $
#
COMMENT= "display the current time using the X11 root cursor"
DISTNAME= mouseclock-1.0
CATEGORIES= x11
NEED_VERSION= 1.515
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/clocks/}
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= imake noman
XMKMF= xmkmf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mouseclock
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock
.include <bsd.port.mk>