openbsd-ports/x11/mouseclock/Makefile

33 lines
709 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
#
# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:50 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
NEED_VERSION= 1.402
1998-05-19 02:18:58 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/clocks
# 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>