freebsd-ports/x11-clocks/xdaliclock/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

19 lines
384 B
Makefile

# Created by: gpalmer
# $FreeBSD$
PORTNAME= xdaliclock
PORTVERSION= 2.44
CATEGORIES= x11-clocks
MASTER_SITES= http://www.jwz.org/xdaliclock/
MAINTAINER= ports@FreeBSD.org
COMMENT= Rather neat animated clock
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
GNU_CONFIGURE= yes
USES= xorg
USE_XORG= xt sm ice xext x11
PLIST_FILES= bin/xdaliclock man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>