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

20 lines
429 B
Makefile

# Created by: Brian Handy <handy@physics.montana.edu>
# $FreeBSD$
PORTNAME= bclock
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= SUNSITE/X11/clocks
MAINTAINER= ports@FreeBSD.org
COMMENT= Round, analog X11 clock with Bezier curve hands
USES= imake xorg
USE_XORG= ice sm x11 xext xmu xt
PLIST_FILES= bin/bclock \
lib/X11/app-defaults/Clock-color \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>