1998-05-19 02:22:26 -04:00
|
|
|
# OpenBSD makefile for: mouseclock
|
1998-05-19 02:18:58 -04:00
|
|
|
# Version required: 1.0
|
1998-05-19 02:22:26 -04:00
|
|
|
# Date created: May 19 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
1998-05-19 02:18:58 -04:00
|
|
|
#
|
2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:50 espie Exp $
|
1998-05-19 02:18:58 -04:00
|
|
|
#
|
|
|
|
|
2001-05-06 00:41:05 -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
|
2001-05-06 00:41:05 -04:00
|
|
|
NEED_VERSION= 1.402
|
1998-05-19 02:18:58 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/clocks
|
|
|
|
|
2001-06-19 21:43:11 -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
|
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE= imake noman
|
1998-05-19 02:18:58 -04:00
|
|
|
XMKMF= xmkmf
|
|
|
|
|
|
|
|
post-install:
|
2001-03-22 17:06:35 -05:00
|
|
|
${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>
|