openbsd-ports/x11/mouseclock/Makefile

28 lines
566 B
Makefile
Raw Normal View History

2002-10-29 14:48:57 -05:00
# $OpenBSD: Makefile,v 1.17 2002/10/29 19:48:58 naddy 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-10-29 14:48:57 -05:00
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
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-05-19 02:18:58 -04:00
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>