mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# Created by: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
|
|
|
|
PORTNAME= mouseclock
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= SUNSITE/X11/clocks
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display the current time using the X root cursor
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= imake:notall xorg
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|