freebsd-ports/x11-clocks/mouseclock/Makefile
Dmitry Marakasov 6db9526c80 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-14 21:44:17 +00:00

25 lines
508 B
Makefile

# Created by: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
# $FreeBSD$
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
USE_XORG= x11
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>