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