1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/x11-clocks/xalarm/Makefile
2021-04-06 16:31:07 +02:00

18 lines
331 B
Makefile

# Created by: desmo@bandwidth.org
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>