freebsd-ports/x11-clocks/mouseclock/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
513 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 xorg
USE_XORG= x11
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>