aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/mouseclock/Makefile
blob: 0fe0c8697e9a53fb92f9a8d9e7ae3712ac00d1fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

NO_STAGE=   yes
post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>