aboutsummaryrefslogblamecommitdiff
path: root/x11-clocks/mouseclock/Makefile
blob: b0be21bcd5b29799463b588f953acb0a46f0605a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                      
 

                          
                 
                          
                                  
 
                                 
                                                                
 


                                 
                                 
                   
 

                    
                     
                                       
                                                              

                      
# 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>