mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6aae51b6c6
Submitted by: portmgr (blanket infrastructure)
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# Created by: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mouseclock
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= X11/clocks
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display the current time using the X root cursor
|
|
|
|
USES= imake:notall
|
|
USE_XORG= x11
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|