openbsd-ports/x11/mouseclock/Makefile

32 lines
691 B
Makefile
Raw Normal View History

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