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

18 lines
343 B
Makefile

# Created by: desmo@bandwidth.org
# $FreeBSD$
PORTNAME= xalarm
PORTVERSION= 3.06
CATEGORIES= x11-clocks
MASTER_SITES= XCONTRIB/utilities
MAINTAINER= cy@FreeBSD.org
COMMENT= X based alarm clock
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
pre-install:
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
.include <bsd.port.mk>